summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Guihal2017-12-03 23:36:19 +0100
committerDamien Guihal2017-12-03 23:36:19 +0100
commitfc4053a3b55449574b74a1fc776a4a9961d41453 (patch)
tree3772938b8341641c0fda688bb228029862415e8e
parentd4beeb93d16a1c183cec6ca2647559ff9c8060ca (diff)
downloadaur-fc4053a3b55449574b74a1fc776a4a9961d41453.tar.gz
Update to 5.4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48859a10219d..9cb5584daeb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
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.3.0
- pkgrel = 2
+ pkgver = 5.4.0
+ pkgrel = 1
url = http://www.soapui.org/
arch = i686
arch = x86_64
license = EUPL V.1.1
depends = java-environment
depends = hicolor-icon-theme
- source = http://cdn01.downloads.smartbear.com/soapui/5.3.0/SoapUI-5.3.0-linux-bin.tar.gz
+ source = https://s3.amazonaws.com/downloads.eviware/soapuios/5.4.0/SoapUI-5.4.0-EB-linux-bin.tar.gz
source = http://freeapps.co.uk.s3.amazonaws.com/images/thumbnails/soapui.png
source = soapui.desktop
source = soapui
- md5sums = ba51c369cee1014319146474334fb4e1
+ md5sums = 37a9cc3df46c1e3e1a2be264a8749291
md5sums = 3cc08aca62edb502fc53013edf69f640
md5sums = f0e2fa73dd9a7c271e38c179b4e284a3
md5sums = 5c885433a9e32efa30d2a82f3b2a6ad2
- sha1sums = 4550b744742b354b4c552a4f6d7f52082019495e
+ sha1sums = 1218f2b43fe0fd7048cc6cd8d298c233fc159e49
sha1sums = 9f12e2f0db63083a3fa4e5b6fdfd10c8dfd038c0
sha1sums = 4ced7d28c3c5880db600bf4769fdb1a3dc3a6fce
sha1sums = e74e1d3dd08f1b027479ceca30051304ae4b1a08
diff --git a/PKGBUILD b/PKGBUILD
index c77a55e88a6d..13527ee26e12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,30 @@
# Maintainer: Damien Guihal <dguihal@gmail.com>
+# Do not forget SRCINFO : makepkg --printsrcinfo > .SRCINFO
pkgname=soapui
-pkgver=5.3.0
-pkgrel=2
+pkgver=5.4.0
+pkgrel=1
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/"
license=('EUPL V.1.1')
groups=()
depends=('java-environment' 'hicolor-icon-theme')
-source=("http://cdn01.downloads.smartbear.com/soapui/$pkgver/SoapUI-$pkgver-linux-bin.tar.gz"
+source=("https://s3.amazonaws.com/downloads.eviware/soapuios/$pkgver/SoapUI-$pkgver-EB-linux-bin.tar.gz"
"http://freeapps.co.uk.s3.amazonaws.com/images/thumbnails/$pkgname.png"
"$pkgname.desktop"
"$pkgname")
#generate with 'makepkg -g'
-md5sums=('50fe94c44018b8a2ad000deeb0015d79'
+md5sums=('37a9cc3df46c1e3e1a2be264a8749291'
'3cc08aca62edb502fc53013edf69f640'
'f0e2fa73dd9a7c271e38c179b4e284a3'
'5c885433a9e32efa30d2a82f3b2a6ad2')
-sha1sums=('367b310a3894e1c63047f39271947baeedc9f2a8'
+sha1sums=('1218f2b43fe0fd7048cc6cd8d298c233fc159e49'
'9f12e2f0db63083a3fa4e5b6fdfd10c8dfd038c0'
'4ced7d28c3c5880db600bf4769fdb1a3dc3a6fce'
'e74e1d3dd08f1b027479ceca30051304ae4b1a08')
build() {
- cd ${srcdir}/SoapUI-$pkgver
+ cd ${srcdir}/SoapUI-$pkgver-EB
#Correction du bug jxplorer
sed -i -e 's/^java/${JAVA_HOME}\/bin\/java/' bin/soapui.sh
@@ -32,7 +33,7 @@ build() {
package() {
mkdir -p ${pkgdir}/usr/share/soapui
mkdir -p ${pkgdir}/usr/bin
- cd ${srcdir}/SoapUI-$pkgver
+ cd ${srcdir}/SoapUI-$pkgver-EB
cp -R * ${pkgdir}/usr/share/soapui
cd ${srcdir}