summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Guihal2017-12-03 23:44:13 +0100
committerDamien Guihal2017-12-03 23:44:13 +0100
commit2d7b64913f55d9da31d932917bd8dcfdff55faa5 (patch)
tree1105750ace2a2cdf9477b2c20c9e017ae6caf36a
parentfc4053a3b55449574b74a1fc776a4a9961d41453 (diff)
downloadaur-2d7b64913f55d9da31d932917bd8dcfdff55faa5.tar.gz
Fix startup script
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rwxr-xr-xsoapui2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cb5584daeb6..4c8442320755 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soapui
pkgdesc = A graphical Java program for inspecting, invoking, monitoring, simulating/mocking and functional/load/compliance/surveillance testing of REST/WADL and SOAP/WSDL-based Web Services over HTTP.
pkgver = 5.4.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.soapui.org/
arch = i686
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = soapui
md5sums = 37a9cc3df46c1e3e1a2be264a8749291
md5sums = 3cc08aca62edb502fc53013edf69f640
md5sums = f0e2fa73dd9a7c271e38c179b4e284a3
- md5sums = 5c885433a9e32efa30d2a82f3b2a6ad2
+ md5sums = 0f92cc9882a7a6165a642c3a67c9961b
sha1sums = 1218f2b43fe0fd7048cc6cd8d298c233fc159e49
sha1sums = 9f12e2f0db63083a3fa4e5b6fdfd10c8dfd038c0
sha1sums = 4ced7d28c3c5880db600bf4769fdb1a3dc3a6fce
- sha1sums = e74e1d3dd08f1b027479ceca30051304ae4b1a08
+ sha1sums = 290b3c12781d2242c9dbb9a760a8713f533cbd2c
pkgname = soapui
diff --git a/PKGBUILD b/PKGBUILD
index 13527ee26e12..23c1280b768e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Do not forget SRCINFO : makepkg --printsrcinfo > .SRCINFO
pkgname=soapui
pkgver=5.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical Java program for inspecting, invoking, monitoring, simulating/mocking and functional/load/compliance/surveillance testing of REST/WADL and SOAP/WSDL-based Web Services over HTTP."
arch=('i686' 'x86_64')
url="http://www.soapui.org/"
@@ -17,11 +17,11 @@ source=("https://s3.amazonaws.com/downloads.eviware/soapuios/$pkgver/SoapUI-$pkg
md5sums=('37a9cc3df46c1e3e1a2be264a8749291'
'3cc08aca62edb502fc53013edf69f640'
'f0e2fa73dd9a7c271e38c179b4e284a3'
- '5c885433a9e32efa30d2a82f3b2a6ad2')
+ '0f92cc9882a7a6165a642c3a67c9961b')
sha1sums=('1218f2b43fe0fd7048cc6cd8d298c233fc159e49'
'9f12e2f0db63083a3fa4e5b6fdfd10c8dfd038c0'
'4ced7d28c3c5880db600bf4769fdb1a3dc3a6fce'
- 'e74e1d3dd08f1b027479ceca30051304ae4b1a08')
+ '290b3c12781d2242c9dbb9a760a8713f533cbd2c')
build() {
cd ${srcdir}/SoapUI-$pkgver-EB
diff --git a/soapui b/soapui
index 32a90ca4907d..cfaccc0d0224 100755
--- a/soapui
+++ b/soapui
@@ -35,7 +35,7 @@ then
fi
export SOAPUI_BASE
-SOAPUI_CLASSPATH=$SOAPUI_BASE/bin/soapui-#SOAPUIVER#.jar:$SOAPUI_BASE/lib/*
+SOAPUI_CLASSPATH=$SOAPUI_BASE/bin/soapui-#SOAPUIVER#-EB.jar:$SOAPUI_BASE/lib/*
export SOAPUI_CLASSPATH