Update to 4.16.6

Demands/Requests from other civs do not stop other events registering

Better 'Pay to improve CS resource'

Seed pillage randomness to avoid save-scum

Modding:
- Added misspelling tests for uniqueTo for buildings, units and improvements
- Triggerable uniques on promotions only activate once when added on creation
- Beliefs can have AI decision modifiers, and do in base rulesets

Finish city-state quests upon acquiring great person

Prevent AI placing units near citadels - by EmperorPinguin
This commit is contained in:
Thyrum 2025-04-29 20:08:31 +00:00
parent 6a41d5074a
commit f083f5691f
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.4
pkgver = 4.16.6
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.4.jar
source = Unciv-4.16.4.jar::https://github.com/yairm210/Unciv/releases/download/4.16.4/Unciv.jar
source = Unciv-4.16.4.png::https://raw.githubusercontent.com/yairm210/Unciv/4.16.4/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.16.4.zip::https://github.com/yairm210/Unciv/releases/download/4.16.4/linuxFilesForJar.zip
md5sums = 784e5a4b7aac93cf65d01fa5a176c057
noextract = Unciv-4.16.6.jar
source = Unciv-4.16.6.jar::https://github.com/yairm210/Unciv/releases/download/4.16.6/Unciv.jar
source = Unciv-4.16.6.png::https://raw.githubusercontent.com/yairm210/Unciv/4.16.6/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.16.6.zip::https://github.com/yairm210/Unciv/releases/download/4.16.6/linuxFilesForJar.zip
md5sums = 455d22528d2bcbf497de7b9595ea12fa
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 491424a52b88038918a70e025b792faa
md5sums = 56d959028b854937f9a2e7473b7599f8
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.16.4
_pkgver=4.16.6
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('784e5a4b7aac93cf65d01fa5a176c057'
md5sums=('455d22528d2bcbf497de7b9595ea12fa'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'491424a52b88038918a70e025b792faa')
'56d959028b854937f9a2e7473b7599f8')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"