Update to 4.18.5

AI will not attack cities with no health with siege units

AI will not attack capturable cities with melee units that cannot capture them

Mod checker: conditional tags are accepted as 'filtering uniques'

By RobLoach:
- Add Countable: `Adopted [policy] Policies by [civ] Civilizations`
- Allow Buildings to increase Air Unit Capacity
- Add Victory Type-specific music

Disable automatic counter-denunciation for human players - By unciv-loof

By Ambeco - error handling works in edge cases
This commit is contained in:
Thyrum 2025-10-08 14:59:41 +00:00
parent 0832af0cd8
commit 972ede7073
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.18.4
pkgver = 4.18.5
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.18.4.jar
source = Unciv-4.18.4.jar::https://github.com/yairm210/Unciv/releases/download/4.18.4/Unciv.jar
source = Unciv-4.18.4.png::https://raw.githubusercontent.com/yairm210/Unciv/4.18.4/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.18.4.zip::https://github.com/yairm210/Unciv/releases/download/4.18.4/linuxFilesForJar.zip
md5sums = d99151b46308af7f2f204e55a300a023
noextract = Unciv-4.18.5.jar
source = Unciv-4.18.5.jar::https://github.com/yairm210/Unciv/releases/download/4.18.5/Unciv.jar
source = Unciv-4.18.5.png::https://raw.githubusercontent.com/yairm210/Unciv/4.18.5/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.18.5.zip::https://github.com/yairm210/Unciv/releases/download/4.18.5/linuxFilesForJar.zip
md5sums = 966e513631e8da97ed9f81ea0940249c
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 00b22f661e38a458becd6ddf0ce119a9
md5sums = 6a9f041bc288adaf23a2f021ee8c9be8
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.18.4
_pkgver=4.18.5
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('d99151b46308af7f2f204e55a300a023'
md5sums=('966e513631e8da97ed9f81ea0940249c'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'00b22f661e38a458becd6ddf0ce119a9')
'6a9f041bc288adaf23a2f021ee8c9be8')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"