Update to 4.19.11

'Unit can be promoted' notification shows correct unit name

Fixed DOF diplomacy changes for 3rd party civs

Added limit to diplomatic modifiers that accumulate, specifically to negative protected-city-state modifiers

City state quests are 'consistent random'

Fixed great people not creating improvements

Sending a unit where it can't move any closer, no longer makes the unit image disappear

'Must not be on [amount] largest landmasses' compatible with resource - By chenxing61
This commit is contained in:
Thyrum 2026-02-01 21:07:50 +00:00
parent 9624f07c91
commit e69507a940
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.19.10
pkgver = 4.19.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.19.10.jar
source = Unciv-4.19.10.jar::https://github.com/yairm210/Unciv/releases/download/4.19.10/Unciv.jar
source = Unciv-4.19.10.png::https://raw.githubusercontent.com/yairm210/Unciv/4.19.10/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.19.10.zip::https://github.com/yairm210/Unciv/releases/download/4.19.10/linuxFilesForJar.zip
md5sums = f3841f41b2b0d27ec416565cffe4b5ad
noextract = Unciv-4.19.11.jar
source = Unciv-4.19.11.jar::https://github.com/yairm210/Unciv/releases/download/4.19.11/Unciv.jar
source = Unciv-4.19.11.png::https://raw.githubusercontent.com/yairm210/Unciv/4.19.11/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.19.11.zip::https://github.com/yairm210/Unciv/releases/download/4.19.11/linuxFilesForJar.zip
md5sums = f63659fa0b91b61ad0798d9495c86556
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = dde06e0c6c8f5954cead8710cb83560b
md5sums = 0d1b88805cfbc372b310f634b28e2196
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.19.10
_pkgver=4.19.11
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('f3841f41b2b0d27ec416565cffe4b5ad'
md5sums=('f63659fa0b91b61ad0798d9495c86556'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'dde06e0c6c8f5954cead8710cb83560b')
'0d1b88805cfbc372b310f634b28e2196')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"