summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaimar Bühmann2016-11-16 23:02:50 +0100
committerRaimar Bühmann2016-11-16 23:02:50 +0100
commit09e17e8520be9f0717e1df6360004cec1de26f1b (patch)
tree84397b01be2b2118c2d80ea3589d392290fb241b
parent36ad9a37c56c360887d5a25f816c6bd73624175e (diff)
downloadaur-09e17e8520be9f0717e1df6360004cec1de26f1b.tar.gz
use explicit build number 5 instead of last stable build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60f847690065..46d842504c27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = eclipse-jubula
pkgdesc = Jubula plugins for Eclipse IDE to create functional GUI tests
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://eclipse.org/jubula/
arch = any
license = EPL
depends = eclipse>=4.3.0,
depends = eclipse-mylyn
options = !strip
- source = https://hudson.eclipse.org/jubula/job/jubula-neon/lastSuccessfulBuild/artifact/org.eclipse.jubula.core/org.eclipse.jubula.repo/target/org.eclipse.jubula.repo-4.0.0-SNAPSHOT.zip
+ source = https://hudson.eclipse.org/jubula/job/jubula-neon/5/artifact/org.eclipse.jubula.core/org.eclipse.jubula.repo/target/org.eclipse.jubula.repo-4.0.0-SNAPSHOT.zip
sha256sums = 67f7a5264b7ab3e469f3a7924e63eb27e21e1a8b867c8d4655826e5f91a4846a
pkgname = eclipse-jubula
diff --git a/PKGBUILD b/PKGBUILD
index 17d16347d70b..f9e834c6b634 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,8 @@
pkgname=eclipse-jubula
pkgver=4.0.0
_eclipseName=neon
-pkgrel=1
+_buildNumber=5
+pkgrel=2
pkgdesc='Jubula plugins for Eclipse IDE to create functional GUI tests'
arch=('any')
url='http://eclipse.org/jubula/'
@@ -11,7 +12,7 @@ license=('EPL')
depends=('eclipse>=4.3.0', 'eclipse-mylyn')
options=('!strip')
source=(
-"https://hudson.eclipse.org/jubula/job/jubula-${_eclipseName}/lastSuccessfulBuild/artifact/org.eclipse.jubula.core/org.eclipse.jubula.repo/target/org.eclipse.jubula.repo-${pkgver}-SNAPSHOT.zip")
+"https://hudson.eclipse.org/jubula/job/jubula-${_eclipseName}/${_buildNumber}/artifact/org.eclipse.jubula.core/org.eclipse.jubula.repo/target/org.eclipse.jubula.repo-${pkgver}-SNAPSHOT.zip")
sha256sums=('67f7a5264b7ab3e469f3a7924e63eb27e21e1a8b867c8d4655826e5f91a4846a')
package() {