From 1c6bc84124192196501395d0bfc81a96ba0ee4c0 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Wed, 24 Apr 2024 10:52:19 +0200 Subject: [PATCH] Change java-environment -> java-runtime As pointed out by Gallifreyan on the aur package page, Unciv only really depends on the java runtime. Changing this dependency saves almost 300MB in space. --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d351d462b3336..05af068286cd7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V pkgver = 4.11.7 - pkgrel = 0 + pkgrel = 1 url = https://github.com/yairm210/Unciv arch = any license = MPL-2.0 - depends = java-environment + depends = java-runtime depends = bash depends = xorg-xrandr provides = unciv diff --git a/PKGBUILD b/PKGBUILD index bbee6857434a5..418c2b63c2cd3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,11 +4,11 @@ pkgname=unciv-bin _pkgname=Unciv _pkgver=4.11.7 pkgver=${_pkgver//-/_} -pkgrel=0 +pkgrel=1 pkgdesc="Open-source remake of Civilization V" url="https://github.com/yairm210/Unciv" license=('MPL-2.0') -depends=('java-environment' 'bash' 'xorg-xrandr') +depends=('java-runtime' 'bash' 'xorg-xrandr') provides=('unciv') conflicts=('unciv') arch=('any')