diff options
author | fordprefect | 2023-05-16 14:31:45 +0200 |
---|---|---|
committer | fordprefect | 2023-05-16 14:31:45 +0200 |
commit | ac86dcd583ac3a65dcaa59bfd715873b6ea8a3dc (patch) | |
tree | 3d928b643502ce31fa45793ef655f1fe409c0eec /PKGBUILD | |
parent | ba63f96364730730bdd8c1e3e0c872d443b31e94 (diff) | |
download | aur-ac86dcd583ac3a65dcaa59bfd715873b6ea8a3dc.tar.gz |
fix java version requirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |