Update to 4.14.8

Avoid 'application not responding' errors on Android when attempting to start a multiplayer game

Avoid out of memory errors when updating multiplayer games

Don't reject constructions for missing stockpiled resource costs, AFTER you've already paid them

Memory performance improvements - By SeventhM

Growth changes - By itanasi
This commit is contained in:
Thyrum 2024-11-19 07:52:36 +00:00
parent e51a7e0ce6
commit 1a0be12b4c
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.7
pkgver = 4.14.8
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.7.jar
source = Unciv-4.14.7.jar::https://github.com/yairm210/Unciv/releases/download/4.14.7/Unciv.jar
source = Unciv-4.14.7.png::https://raw.githubusercontent.com/yairm210/Unciv/4.14.7/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.14.7.zip::https://github.com/yairm210/Unciv/releases/download/4.14.7/linuxFilesForJar.zip
md5sums = 6136b6a2439070763da6d178b597356d
noextract = Unciv-4.14.8.jar
source = Unciv-4.14.8.jar::https://github.com/yairm210/Unciv/releases/download/4.14.8/Unciv.jar
source = Unciv-4.14.8.png::https://raw.githubusercontent.com/yairm210/Unciv/4.14.8/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.14.8.zip::https://github.com/yairm210/Unciv/releases/download/4.14.8/linuxFilesForJar.zip
md5sums = 50693ef34511c368ea674053c0bcb7ed
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 79d8c3ce2953e254d2879349d3167c85
md5sums = 1590aa63aa923fd3fb26f7d4722b06e6
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.14.7
_pkgver=4.14.8
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('6136b6a2439070763da6d178b597356d'
md5sums=('50693ef34511c368ea674053c0bcb7ed'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'79d8c3ce2953e254d2879349d3167c85')
'1590aa63aa923fd3fb26f7d4722b06e6')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"