summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2023-05-16 14:31:45 +0200
committerfordprefect2023-05-16 14:31:45 +0200
commitac86dcd583ac3a65dcaa59bfd715873b6ea8a3dc (patch)
tree3d928b643502ce31fa45793ef655f1fe409c0eec /PKGBUILD
parentba63f96364730730bdd8c1e3e0c872d443b31e94 (diff)
downloadaur-ac86dcd583ac3a65dcaa59bfd715873b6ea8a3dc.tar.gz
fix java version requirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1902c1de01f2..fccab62f619e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,13 +11,13 @@
# java-runtime suffices.
pkgname=splitter
-pkgrel=1
+pkgrel=2
pkgver=653
pkgdesc='Utility for splitting OpenStreetMap maps into tiles.'
url='http://www.mkgmap.org.uk/'
license=(GPL)
arch=(any)
-depends=(java-runtime=8 sh libcups)
+depends=('java-runtime>=8' sh libcups)
source=("http://www.mkgmap.org.uk/download/${pkgname}-r${pkgver}.zip")
sha256sums=('a5acb49296899b5d2d81966bd549d3f40d3c48f47ead3395df3cb9081e7cc424')