Update to 4.12.0

Fixed spy automation crash

By tuvus:
- Personality implementation
- AI is more likely to sign Defensive pacts
- Giving the AI good trades is stored as credit
- Fix election crash

By SomeTroglodyte:
- Map editor can place improvements again
- Reduce size of the save game json
- Improvement queue
This commit is contained in:
Thyrum 2024-06-15 19:57:20 +00:00
parent bbf9d24750
commit 775630e698
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.11.19_patch1
pkgver = 4.12.0
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.11.19-patch1.jar
source = Unciv-4.11.19-patch1.jar::https://github.com/yairm210/Unciv/releases/download/4.11.19-patch1/Unciv.jar
source = Unciv-4.11.19-patch1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.19-patch1/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.11.19-patch1.zip::https://github.com/yairm210/Unciv/releases/download/4.11.19-patch1/linuxFilesForJar.zip
md5sums = 5b41c609fe5abe24a04fd9eca697b9da
noextract = Unciv-4.12.0.jar
source = Unciv-4.12.0.jar::https://github.com/yairm210/Unciv/releases/download/4.12.0/Unciv.jar
source = Unciv-4.12.0.png::https://raw.githubusercontent.com/yairm210/Unciv/4.12.0/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.12.0.zip::https://github.com/yairm210/Unciv/releases/download/4.12.0/linuxFilesForJar.zip
md5sums = e8df940080ce7a0c04e99da922241922
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 0bf24f0ac0c8cb3f8976db7a86321b81
md5sums = ce0371bf20fd7abcfba2a31be9153bf1
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.11.19-patch1
_pkgver=4.12.0
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('5b41c609fe5abe24a04fd9eca697b9da'
md5sums=('e8df940080ce7a0c04e99da922241922'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'0bf24f0ac0c8cb3f8976db7a86321b81')
'ce0371bf20fd7abcfba2a31be9153bf1')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"