Update to 4.16.8

Unit triggerables with triggers, no longer trigger on new units

Clicking on statuses opens promotion screen

AI:
- City states disband great prophets
- Don't offer peace when we're just about to take a city

Multiplayer:
- Better, less buggy resign/skip

Modding:
- Fix global unique validation
- Validation catches 'global triggers attached to unit triggerables', which will have no effect

By SomeTroglodyte:
- Fix Resources Overview to work as intended
- Add an 'XP' column to Units Overview
This commit is contained in:
Thyrum 2025-05-05 19:02:53 +00:00
parent d98c3f6390
commit b17e41fc8b
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.7_patch1
pkgver = 4.16.8
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.7-patch1.jar
source = Unciv-4.16.7-patch1.jar::https://github.com/yairm210/Unciv/releases/download/4.16.7-patch1/Unciv.jar
source = Unciv-4.16.7-patch1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.16.7-patch1/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.16.7-patch1.zip::https://github.com/yairm210/Unciv/releases/download/4.16.7-patch1/linuxFilesForJar.zip
md5sums = 34e4a0c9eb14d8027b0df084d7e13947
noextract = Unciv-4.16.8.jar
source = Unciv-4.16.8.jar::https://github.com/yairm210/Unciv/releases/download/4.16.8/Unciv.jar
source = Unciv-4.16.8.png::https://raw.githubusercontent.com/yairm210/Unciv/4.16.8/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.16.8.zip::https://github.com/yairm210/Unciv/releases/download/4.16.8/linuxFilesForJar.zip
md5sums = 60c678467a735ce8219d4dca54c1ba32
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = f4fce22563c23483e5f13ed4b478740f
md5sums = 1c1d771796fd1e501e64944738702f33
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.16.7-patch1
_pkgver=4.16.8
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('34e4a0c9eb14d8027b0df084d7e13947'
md5sums=('60c678467a735ce8219d4dca54c1ba32'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'f4fce22563c23483e5f13ed4b478740f')
'1c1d771796fd1e501e64944738702f33')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"