Update to 4.13.6

Performance improvements!

AI prioritizes unit upgrades over purchasing new constructions

Units are not added to cities in resistance if non-resistant cities are available
This commit is contained in:
Thyrum 2024-09-07 22:34:52 +00:00
parent 6f7ad40d66
commit bf6791f20e
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.13.5
pkgver = 4.13.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.13.5.jar
source = Unciv-4.13.5.jar::https://github.com/yairm210/Unciv/releases/download/4.13.5/Unciv.jar
source = Unciv-4.13.5.png::https://raw.githubusercontent.com/yairm210/Unciv/4.13.5/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.13.5.zip::https://github.com/yairm210/Unciv/releases/download/4.13.5/linuxFilesForJar.zip
md5sums = 9cc4c1d7e3628920953c431e40b2bc27
noextract = Unciv-4.13.6.jar
source = Unciv-4.13.6.jar::https://github.com/yairm210/Unciv/releases/download/4.13.6/Unciv.jar
source = Unciv-4.13.6.png::https://raw.githubusercontent.com/yairm210/Unciv/4.13.6/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.13.6.zip::https://github.com/yairm210/Unciv/releases/download/4.13.6/linuxFilesForJar.zip
md5sums = 31c7ae73d43c1075d36db63194169281
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = d41445ce4b7d410941dd392b64bae6ad
md5sums = 73959e31d437488b62397f118c582f6d
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.13.5
_pkgver=4.13.6
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('9cc4c1d7e3628920953c431e40b2bc27'
md5sums=('31c7ae73d43c1075d36db63194169281'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'd41445ce4b7d410941dd392b64bae6ad')
'73959e31d437488b62397f118c582f6d')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"