summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorG. Schlisio2017-09-22 23:01:12 +0200
committerG. Schlisio2017-09-22 23:01:12 +0200
commit7a0458ab9f2e5207aee22b6740092b44658b13ef (patch)
tree3dc776a05b60db0863c5feaafc5225d1ea0e705e /PKGBUILD
parent7a52e4067f74dcdab1b42c3827a816d065703742 (diff)
downloadaur-7a0458ab9f2e5207aee22b6740092b44658b13ef.tar.gz
fix java environment min required version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59873d76bb82..cd3a37e126bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url="https://www.iotatoken.com/"
arch=('any')
license=('GPL')
depends=("java-runtime")
-makedepends=("java-environment" "maven")
+makedepends=("java-environment>=8" "maven")
source=("$pkgname-$pkgver.tar.gz::https://github.com/iotaledger/iri/archive/v$pkgver.tar.gz")
md5sums=('3f4bd184c2f197a58c5506274c54f388')