Update to 4.9.4

Stats from followers unique fixed

City-state units work with 'get era' function

Ruleset validation for negative-weight ruin rewards

By SomeTroglodyte:
- Fix crash for trade notifications as Spectator / waiting for player
- Fix Unit rename popup offering up the icon

Solved worker automation crash  - By willjallen

By SeventhM:
- Add 'Unable to pillage tiles' unique
- Fix objects being purchable with a blocking conditional

Stats per Stat unique - By PLynx01
This commit is contained in:
Thyrum 2023-11-30 18:01:54 +00:00
parent 2c94171738
commit 58f4e01ba2
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.9.3
pkgver = 4.9.4
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.9.3.jar
source = Unciv-4.9.3.jar::https://github.com/yairm210/Unciv/releases/download/4.9.3/Unciv.jar
source = Unciv-4.9.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.3/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.9.3.zip::https://github.com/yairm210/Unciv/releases/download/4.9.3/linuxFilesForJar.zip
md5sums = a65c4d9c182e95e8eb3e7283de8647f8
noextract = Unciv-4.9.4.jar
source = Unciv-4.9.4.jar::https://github.com/yairm210/Unciv/releases/download/4.9.4/Unciv.jar
source = Unciv-4.9.4.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.4/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.9.4.zip::https://github.com/yairm210/Unciv/releases/download/4.9.4/linuxFilesForJar.zip
md5sums = ad2ddce8203421ecc8a9b6f7d0bb516b
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 74bf511ee2f2df750dec8253140c8333
md5sums = 76321d4340e6775a58c0dbbedb88f877
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.9.3
_pkgver=4.9.4
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('a65c4d9c182e95e8eb3e7283de8647f8'
md5sums=('ad2ddce8203421ecc8a9b6f7d0bb516b'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'74bf511ee2f2df750dec8253140c8333')
'76321d4340e6775a58c0dbbedb88f877')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"