Add new java versions

The >8 doesn't work properly
This commit is contained in:
tiziodcaio 2021-12-20 22:05:31 +01:00
parent dfbc8333ee
commit 959ca83c69
No known key found for this signature in database
GPG key ID: 7892DEA6AD8E816B
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ pkgbase = unciv-bin
url = https://github.com/yairm210/Unciv
arch = any
license = MPL-2.0
depends = java-environment>8
depends = java-environment
depends = bash
depends = xorg-xrandr
provides = unciv

View file

@ -4,11 +4,11 @@ pkgname=unciv-bin
_pkgname=Unciv
_pkgver=3.18.11
pkgver=${_pkgver//-/_}
pkgrel=1
pkgrel=2
pkgdesc="Open-source remake of Civilization V"
url="https://github.com/yairm210/Unciv"
license=('MPL-2.0')
depends=('java-environment>8' 'bash' 'xorg-xrandr')
depends=('java-environment' 'bash' 'xorg-xrandr')
provides=('unciv')
conflicts=('unciv')
arch=('any')