summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax2014-10-02 10:45:58 -0400
committerMax2015-06-08 09:41:20 -0400
commit4d49f47470d53431351ae0b60186ed1d43cc7422 (patch)
treea1f8cf0d9f889beadfaf735616a3fb8b21288a3e
parentef424d1c047af0690d7506698b82d389eb8c801e (diff)
downloadaur-4d49f47470d53431351ae0b60186ed1d43cc7422.tar.gz
Require Java 8
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb8420c39c77..17eb64f68f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="A WYSIWYG editor for building character sheets for GURPS 4th Edition."
arch=('any')
url="http://gurpscharactersheet.com"
license=('MPL')
-makedepends=('git' 'apache-ant')
-depends=('java-runtime')
+makedepends=('git' 'apache-ant' 'java-environment=8')
+depends=('java-runtime=8')
source=(
'git://code.trollworks.com/apple_stubs.git'
"git://code.trollworks.com/gcs.git#tag=$pkgver"