Update to 4.15.20

Fixed autosave crashes when saving to external files on some Android devices

Modding:
- Replaced semi-working policy branch restriction with countable + Unavailable
- Negative stat percentages from buildings displayed properly in city screen.

Experimental UI animations change. - By k-oa

By EmperorPinguin:
- Add pillage yield uniques
- Add game progress modifier

By SomeTroglodyte:
- Minor refactor: Save/Load game loading image uses `LoadingImage`
- Mod download robustness
This commit is contained in:
Thyrum 2025-03-31 18:28:56 +00:00
parent c5eb016175
commit 33aea3ee06
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
pkgbase = unciv-bin
pkgdesc = Open-source remake of Civilization V
pkgver = 4.15.19
pkgver = 4.15.20
pkgrel = 0
url = https://github.com/yairm210/Unciv
arch = any
@ -10,12 +10,12 @@ pkgbase = unciv-bin
depends = xorg-xrandr
provides = unciv
conflicts = unciv
noextract = Unciv-4.15.19.jar
source = Unciv-4.15.19.jar::https://github.com/yairm210/Unciv/releases/download/4.15.19/Unciv.jar
source = Unciv-4.15.19.png::https://raw.githubusercontent.com/yairm210/Unciv/4.15.19/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.15.19.zip::https://github.com/yairm210/Unciv/releases/download/4.15.19/linuxFilesForJar.zip
md5sums = 76435a4799ab6a3bb7a5b2ee85d2c630
noextract = Unciv-4.15.20.jar
source = Unciv-4.15.20.jar::https://github.com/yairm210/Unciv/releases/download/4.15.20/Unciv.jar
source = Unciv-4.15.20.png::https://raw.githubusercontent.com/yairm210/Unciv/4.15.20/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.15.20.zip::https://github.com/yairm210/Unciv/releases/download/4.15.20/linuxFilesForJar.zip
md5sums = 0d212c15b12cbf148118a37126fceb0a
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = c3a04631a636f8a99cbd378b35aaab0b
md5sums = 25bcf2f055987f1b3692e2a43a22072c
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.15.19
_pkgver=4.15.20
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('76435a4799ab6a3bb7a5b2ee85d2c630'
md5sums=('0d212c15b12cbf148118a37126fceb0a'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'c3a04631a636f8a99cbd378b35aaab0b')
'25bcf2f055987f1b3692e2a43a22072c')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"