summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDamien Guihal2016-03-21 23:10:41 +0100
committerDamien Guihal2016-03-21 23:10:41 +0100
commit5465fc6ca0a58fa3f3ceec9876a7d3a7a93cc001 (patch)
tree782e3eeb4b268c33879ea57b4540aca4753ba564 /PKGBUILD
parent038a644f7871cd233b20a1fbe1215c62510bbcc6 (diff)
downloadaur-5465fc6ca0a58fa3f3ceec9876a7d3a7a93cc001.tar.gz
Add execute flags to some scripts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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 .
}