summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Guihal2017-12-18 22:47:29 +0100
committerDamien Guihal2017-12-18 22:47:29 +0100
commit26f8955275599750eba7f26404e8c7e76a9fbe57 (patch)
tree90f3b41a997cbb891f5b4a163df483eced7964d3
parent2d7b64913f55d9da31d932917bd8dcfdff55faa5 (diff)
downloadaur-26f8955275599750eba7f26404e8c7e76a9fbe57.tar.gz
Fix to dependencies : Needs Jdk8 or more
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c8442320755..87f1543f9f27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
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 = 2
+ pkgrel = 3
url = http://www.soapui.org/
arch = i686
arch = x86_64
license = EUPL V.1.1
- depends = java-environment
+ depends = java-environment>=8
depends = hicolor-icon-theme
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
diff --git a/PKGBUILD b/PKGBUILD
index 23c1280b768e..f34748e99998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Do not forget SRCINFO : makepkg --printsrcinfo > .SRCINFO
pkgname=soapui
pkgver=5.4.0
-pkgrel=2
+pkgrel=3
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')
+depends=('java-environment>=8' 'hicolor-icon-theme')
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"