summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcb2023-01-26 15:02:21 +0000
committerjmcb2023-01-26 16:57:18 +0000
commit1ca08d4cbda56c75f3961976364730c6bac41dff (patch)
tree3d7920176dcbdd7aabf2e37f7d66b25d7f6b4974
parent88dafe908a29bab4e5ef0be2888b66fcb8697ad3 (diff)
downloadaur-1ca08d4cbda56c75f3961976364730c6bac41dff.tar.gz
Dependency version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4df6ca04bf1..3d5196ec3976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = osm2world
url = http://osm2world.org/
arch = any
license = LGPL3
- depends = java-runtime
+ depends = java-runtime>=17
noextract = OSM2World-0.3.1-bin.zip
source = https://osm2world.org/download/files/0.3.1/OSM2World-0.3.1-bin.zip
source = osm2world.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 1fd3dcdfd552..c5dd5ffcf579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Converter that creates three-dimensional models of the world from OpenS
arch=('any')
url="http://osm2world.org/"
license=('LGPL3')
-depends=('java-runtime')
+depends=('java-runtime>=17')
makedepends=()
checkdepends=()
optdepends=()