From 33aea3ee0638bee741a5a04789e72776f3a1d9f7 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Mon, 31 Mar 2025 18:28:56 +0000 Subject: [PATCH] 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 --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ea8cb9a852747..5165c693771a0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index ad451bc81ea82..8b932cb901598 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"