Update to 4.16.11

Don't spawn prophet in holy city if it's been taken over

City location ranking takes modded city work range into account

Modding: Avoid crashes from 'free buildings that no longer apply once they're in the city / change which buildings are free'

City stats table immediately scrollable again, AND scrollable all the way to the end

By RobLoach:
- Add unique `denounced` quotes
- Mods can add voiceovers for start intros

Fix showing negative mod download progress - By SomeTroglodyte
This commit is contained in:
Thyrum 2025-05-25 14:47:30 +00:00
parent 11d1cace39
commit 8a9311eef5
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.16.10
pkgver = 4.16.11
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.16.10.jar
source = Unciv-4.16.10.jar::https://github.com/yairm210/Unciv/releases/download/4.16.10/Unciv.jar
source = Unciv-4.16.10.png::https://raw.githubusercontent.com/yairm210/Unciv/4.16.10/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.16.10.zip::https://github.com/yairm210/Unciv/releases/download/4.16.10/linuxFilesForJar.zip
md5sums = df9be6ad972fd6bbe336483dcd25ab8b
noextract = Unciv-4.16.11.jar
source = Unciv-4.16.11.jar::https://github.com/yairm210/Unciv/releases/download/4.16.11/Unciv.jar
source = Unciv-4.16.11.png::https://raw.githubusercontent.com/yairm210/Unciv/4.16.11/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.16.11.zip::https://github.com/yairm210/Unciv/releases/download/4.16.11/linuxFilesForJar.zip
md5sums = 169fd1e10bd6b3e5b3f32e8e96602950
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = bf22dda6c597f8b4e937a251ce23d8d1
md5sums = 691aec00414df30e7f498d951039eef3
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.16.10
_pkgver=4.16.11
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('df9be6ad972fd6bbe336483dcd25ab8b'
md5sums=('169fd1e10bd6b3e5b3f32e8e96602950'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'bf22dda6c597f8b4e937a251ce23d8d1')
'691aec00414df30e7f498d951039eef3')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"