summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Guihal2018-01-25 00:25:40 +0100
committerDamien Guihal2018-01-25 00:25:40 +0100
commit81a773905f0381a9b3582b5f9a76cd5378096919 (patch)
treebda1e9e0741e879e8e697b47aaac48d499650c09
parent26f8955275599750eba7f26404e8c7e76a9fbe57 (diff)
downloadaur-81a773905f0381a9b3582b5f9a76cd5378096919.tar.gz
Add optionnal dependency on openjfx
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87f1543f9f27..c7913f5f47c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
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 = 3
+ pkgrel = 4
url = http://www.soapui.org/
arch = i686
arch = x86_64
license = EUPL V.1.1
depends = java-environment>=8
depends = hicolor-icon-theme
+ optdepends = java-openjfx: Open JFX for Internal browser
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
diff --git a/PKGBUILD b/PKGBUILD
index f34748e99998..e84c6d53dfb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Do not forget SRCINFO : makepkg --printsrcinfo > .SRCINFO
pkgname=soapui
pkgver=5.4.0
-pkgrel=3
+pkgrel=4
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>=8' 'hicolor-icon-theme')
+optdepends=('java-openjfx: Open JFX for Internal browser')
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"