Update to 4.14.16

CPU performance improvements

UI:
- Better 'close unit table' button
- Better options checkboxes, slider buttons, multiplayer server UI  - By Toxile

Bugfixes:
- Buy button active when civ can purchase items in puppets
- Paused music no longer resumes on game resume

By SeventhM:
- Unified unique for gaining stats/stockpiles
- Pantheon cost respects game speed modifer

AI:
- Better Food Weights for citizen management - By itanasi
- Prevent incorrect settler retreat - By EmperorPinguin
This commit is contained in:
Thyrum 2024-12-16 13:22:57 +00:00
parent 734440ba48
commit 95bcb131f5
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.14.15
pkgver = 4.14.16
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.14.15.jar
source = Unciv-4.14.15.jar::https://github.com/yairm210/Unciv/releases/download/4.14.15/Unciv.jar
source = Unciv-4.14.15.png::https://raw.githubusercontent.com/yairm210/Unciv/4.14.15/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.14.15.zip::https://github.com/yairm210/Unciv/releases/download/4.14.15/linuxFilesForJar.zip
md5sums = d38cfd6d304f27fe6efbafd598d35ec1
noextract = Unciv-4.14.16.jar
source = Unciv-4.14.16.jar::https://github.com/yairm210/Unciv/releases/download/4.14.16/Unciv.jar
source = Unciv-4.14.16.png::https://raw.githubusercontent.com/yairm210/Unciv/4.14.16/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.14.16.zip::https://github.com/yairm210/Unciv/releases/download/4.14.16/linuxFilesForJar.zip
md5sums = 16a758f7601f4755e91983c488b1a989
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 4bfccfda715250efce34b7d011baa926
md5sums = 718f6fea3ff91bbd0419c5f25b0d674c
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.14.15
_pkgver=4.14.16
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('d38cfd6d304f27fe6efbafd598d35ec1'
md5sums=('16a758f7601f4755e91983c488b1a989'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'4bfccfda715250efce34b7d011baa926')
'718f6fea3ff91bbd0419c5f25b0d674c')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"