summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThyrum2024-04-24 10:52:19 +0200
committerThyrum2024-04-24 10:52:19 +0200
commit1c6bc84124192196501395d0bfc81a96ba0ee4c0 (patch)
tree7a7e2a8895262cd5f6c5f24dc34f22154813cf30
parent10c395f05e11f8f10778ac48a664796047edb3ef (diff)
downloadaur-1c6bc8412419.tar.gz
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d351d462b333..05af068286cd 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 bbee6857434a..418c2b63c2cd 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')