summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Guihal2016-03-21 23:10:41 +0100
committerDamien Guihal2016-03-21 23:10:41 +0100
commit5465fc6ca0a58fa3f3ceec9876a7d3a7a93cc001 (patch)
tree782e3eeb4b268c33879ea57b4540aca4753ba564
parent038a644f7871cd233b20a1fbe1215c62510bbcc6 (diff)
downloadaur-5465fc6ca0a58fa3f3ceec9876a7d3a7a93cc001.tar.gz
Add execute flags to some scripts
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43ea3a42b21b..114050769769 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.2.1
- pkgrel = 1
+ pkgrel = 2
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.2.0/SoapUI-5.2.0-linux-bin.tar.gz
+ source = http://cdn01.downloads.smartbear.com/soapui/5.2.1/SoapUI-5.2.1-linux-bin.tar.gz
source = http://freeapps.co.uk.s3.amazonaws.com/images/thumbnails/soapui.png
source = soapui.desktop
source = soapui
- md5sums = a76d98de17cadd7073a70e4db635c980
+ md5sums = ba51c369cee1014319146474334fb4e1
md5sums = 3cc08aca62edb502fc53013edf69f640
md5sums = f0e2fa73dd9a7c271e38c179b4e284a3
md5sums = 5c885433a9e32efa30d2a82f3b2a6ad2
- sha1sums = 11faca78357dce9942ea8c30172cfb6c26891e7c
+ sha1sums = 4550b744742b354b4c552a4f6d7f52082019495e
sha1sums = 9f12e2f0db63083a3fa4e5b6fdfd10c8dfd038c0
sha1sums = 4ced7d28c3c5880db600bf4769fdb1a3dc3a6fce
sha1sums = e74e1d3dd08f1b027479ceca30051304ae4b1a08
diff --git a/PKGBUILD b/PKGBUILD
index 687e339267f7..bf3d75f2d375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Damien Guihal <dguihal@gmail.com>
pkgname=soapui
pkgver=5.2.1
-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/"
@@ -43,6 +43,8 @@ package() {
sed -i -e "s/#SOAPUIVER#/${pkgver}/" ${pkgdir}/usr/bin/soapui
chmod 0755 ${pkgdir}/usr/share/soapui/bin/soapui.sh
+ chmod 0755 ${pkgdir}/usr/share/soapui/wsi-test-tools/analyzerV10.sh
+ chmod 0755 ${pkgdir}/usr/share/soapui/wsi-test-tools/analyzerV11.sh
cd ${pkgdir}/usr/share/soapui
ln -sf bin/starter-page.html .
}