diff options
author | Dušan Simić | 2021-06-16 01:07:01 +0200 |
---|---|---|
committer | Dušan Simić | 2021-06-16 01:07:01 +0200 |
commit | dbc52f693efdad8517bef367d40f6511dc8648d3 (patch) | |
tree | 801072fdb1c61a9ee532c259740fe9b917581b11 | |
parent | ddde0c3b00c0328c3a20bef025ec8bb5cb4b0955 (diff) | |
download | aur-dbc52f693efdad8517bef367d40f6511dc8648d3.tar.gz |
Add minimal Java runtime version
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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") |