summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzokker132018-01-12 00:43:55 +0100
committerzokker132018-01-12 00:43:55 +0100
commitdb467e335421e1d4416c4def832e11ffb823ad88 (patch)
tree84fda9840db60675a849e25034f0dd59a004cb43
parent1af2139265f6c998e31a2f4139fbbfa1c4bb9b1e (diff)
downloadaur-db467e335421e1d4416c4def832e11ffb823ad88.tar.gz
Pin JVM version to 8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 667e910c28ef..6fa0a7df17a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = apachedirectorystudio
arch = i686
arch = x86_64
license = Apache
- depends = java-runtime>=8
+ depends = java-runtime=8
depends = gtk2
source = apachedirectorystudio.desktop
source = apachedirectorystudio.png
diff --git a/PKGBUILD b/PKGBUILD
index 74835b703594..c0650ccdd1f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Matt Pallissard <matthew.paul@pallissard.net>
+# Maintainer: Philipp Tusch <zokker13@posteo.de>
# Contributor: Tom Wizetek <tom@wizetek.com>
# Contributor: koentje
# Contributor: Ian Taylor <ian at lorf dot orgs>
# Contributor: Philipp Tusch <zokker13@posteo.de>
+# Contributor: Matt Pallissard <matthew.paul@pallissard.net>
pkgname=apachedirectorystudio
_pkgname=ApacheDirectoryStudio
@@ -13,7 +14,7 @@ pkgdesc="Eclipse based LDAP browser and directory client"
arch=('i686' 'x86_64')
url="http://directory.apache.org/studio/"
license=('Apache')
-depends=('java-runtime>=8' 'gtk2')
+depends=('java-runtime=8' 'gtk2')
source=('apachedirectorystudio.desktop' 'apachedirectorystudio.png')
source_i686=("http://www.us.apache.org/dist/directory/studio/$_pkgver/$_pkgname-$_pkgver-linux.gtk.x86.tar.gz")
source_x86_64=("http://www.us.apache.org/dist/directory/studio/$_pkgver/$_pkgname-$_pkgver-linux.gtk.x86_64.tar.gz")