From 672b13cefd075f1c1e5675ea26ae787f4d51284b Mon Sep 17 00:00:00 2001 From: tiziodcaio Date: Sat, 18 Dec 2021 19:53:02 +0100 Subject: [PATCH] Fix jdk --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index fefc68cbe6428..f96051ff3c026 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc="Open-source remake of Civilization V" url="https://github.com/yairm210/Unciv" license=('MPL-2.0') -depends=('java-runtime>=8' 'bash' 'xorg-xrandr') +depends=('java-runtime' 'bash' 'xorg-xrandr') provides=('unciv') conflicts=('unciv') arch=('any')