Update to 4.6.14

By SomeTroglodyte:
- Next-Turn Progressbar
- Fixed crash when puppeting city

Population icon gets locked with doubleclick, clicks cycle assigned-unassigned

Resolved crashes when clicking mod in mod management

AI civilian improvement: keep working in tiles where enemy units can't reach

Prophets are not expelled on open borders end

City-state-owned great merchants can no longer 'conduct trade mission' on their own tiles

Game saves are regular json, not libgdx-specific format
This commit is contained in:
Thyrum 2023-05-23 17:47:53 +00:00
parent 109f5a5563
commit a54001d62f
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.6.13
pkgver = 4.6.14
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.6.13.jar
source = Unciv-4.6.13.jar::https://github.com/yairm210/Unciv/releases/download/4.6.13/Unciv.jar
source = Unciv-4.6.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.13/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.13.zip::https://github.com/yairm210/Unciv/releases/download/4.6.13/linuxFilesForJar.zip
md5sums = 0f09937a6a10714c6e8d792303230964
noextract = Unciv-4.6.14.jar
source = Unciv-4.6.14.jar::https://github.com/yairm210/Unciv/releases/download/4.6.14/Unciv.jar
source = Unciv-4.6.14.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.14/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.14.zip::https://github.com/yairm210/Unciv/releases/download/4.6.14/linuxFilesForJar.zip
md5sums = 51ca165cd011f6f26debe7ec8c52163e
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 0eea97c5eb72df75f91ce0cb570077f6
md5sums = 8d42bff874f249fa9738113206c0174d
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.6.13
_pkgver=4.6.14
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('0f09937a6a10714c6e8d792303230964'
md5sums=('51ca165cd011f6f26debe7ec8c52163e'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'0eea97c5eb72df75f91ce0cb570077f6')
'8d42bff874f249fa9738113206c0174d')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"