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
This commit is contained in:
Thyrum 2024-03-19 22:26:11 +00:00
parent e340cabef1
commit b5629d4eda
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.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

View file

@ -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"