summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDušan Simić2021-06-16 01:07:01 +0200
committerDušan Simić2021-06-16 01:07:01 +0200
commitdbc52f693efdad8517bef367d40f6511dc8648d3 (patch)
tree801072fdb1c61a9ee532c259740fe9b917581b11
parentddde0c3b00c0328c3a20bef025ec8bb5cb4b0955 (diff)
downloadaur-dbc52f693efdad8517bef367d40f6511dc8648d3.tar.gz
Add minimal Java runtime version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1890c8e3d10f..7bf3a53eb117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = svetovid-lib-bin
url = https://github.com/ivanpribela/svetovid-lib
arch = any
license = APACHE
- depends = java-runtime
+ depends = java-runtime>=7
source = https://github.com/ivanpribela/svetovid-lib/releases/download/v0.5/svetovid-lib.jar
source = https://github.com/ivanpribela/svetovid-lib/blob/v0.5/LICENSE
source = https://github.com/ivanpribela/svetovid-lib/blob/v0.5/NOTICE
diff --git a/PKGBUILD b/PKGBUILD
index 39f11790693d..862560195ecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Supplement Library for Introductory Programming Courses'
arch=(any)
url='https://github.com/ivanpribela/svetovid-lib'
license=('APACHE')
-depends=('java-runtime')
+depends=('java-runtime>=7')
source=("https://github.com/ivanpribela/${_name}/releases/download/v${_ghver}/svetovid-lib.jar"
"https://github.com/ivanpribela/${_name}/blob/v${_ghver}/LICENSE"
"https://github.com/ivanpribela/${_name}/blob/v${_ghver}/NOTICE")