From 959ca83c69c587e9c271b01336e254c92903fb48 Mon Sep 17 00:00:00 2001 From: tiziodcaio Date: Mon, 20 Dec 2021 22:05:31 +0100 Subject: [PATCH] Add new java versions The >8 doesn't work properly --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b12ae8af9c633..828ef3706d06b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 8c971cebe2b59..ff81b1ee32099 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')