From b5629d4eda96be6ed5cd0f80323a8c3261871be3 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Tue, 19 Mar 2024 22:26:11 +0000 Subject: [PATCH] Update to 4.10.21 Fixed ruleset-dependant building filter activating *when initializing ruleset* Fixed endless loop when unit tries to reach a tile it can pillage, but can't Fixed rare crash on city-state diplomatic relationship update Fix loop when improvement is unbuildable and removements feature - By SeventhM --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 66a5a8d2df0b7..8d1f181abae4e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.10.20 + pkgver = 4.10.21 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.10.20.jar - source = Unciv-4.10.20.jar::https://github.com/yairm210/Unciv/releases/download/4.10.20/Unciv.jar - source = Unciv-4.10.20.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.20/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.10.20.zip::https://github.com/yairm210/Unciv/releases/download/4.10.20/linuxFilesForJar.zip - md5sums = 0c0c8d8bd40812cbb5cffcce4e710bb3 + noextract = Unciv-4.10.21.jar + source = Unciv-4.10.21.jar::https://github.com/yairm210/Unciv/releases/download/4.10.21/Unciv.jar + source = Unciv-4.10.21.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.21/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.10.21.zip::https://github.com/yairm210/Unciv/releases/download/4.10.21/linuxFilesForJar.zip + md5sums = 321fd571de411e93de21e353525146fd md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = f858ca2574ad25cbb66ccc6ab1e45950 + md5sums = e045ede5200a81afba3c2f0d2c46d92c pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 61db4d3971ad5..c6b892c9ec56a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.10.20 +_pkgver=4.10.21 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('0c0c8d8bd40812cbb5cffcce4e710bb3' +md5sums=('321fd571de411e93de21e353525146fd' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - 'f858ca2574ad25cbb66ccc6ab1e45950') + 'e045ede5200a81afba3c2f0d2c46d92c') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"