Update to 4.18.6

Game startup performance improvements

Mod preview performance improvements

Avoid rare crash concurrent modification when calculating construction costs

By RobLoach:
- Modding: Ancient Ruins can have unit-related conditionals
- AbsoluteUnits: Add Great Admiral by Basil

Allow naval units to be spawn in water city - By Emandac
This commit is contained in:
Thyrum 2025-10-15 13:52:03 +00:00
parent 972ede7073
commit 44bccaf2aa
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.18.5
pkgver = 4.18.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.18.5.jar
source = Unciv-4.18.5.jar::https://github.com/yairm210/Unciv/releases/download/4.18.5/Unciv.jar
source = Unciv-4.18.5.png::https://raw.githubusercontent.com/yairm210/Unciv/4.18.5/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.18.5.zip::https://github.com/yairm210/Unciv/releases/download/4.18.5/linuxFilesForJar.zip
md5sums = 966e513631e8da97ed9f81ea0940249c
noextract = Unciv-4.18.6.jar
source = Unciv-4.18.6.jar::https://github.com/yairm210/Unciv/releases/download/4.18.6/Unciv.jar
source = Unciv-4.18.6.png::https://raw.githubusercontent.com/yairm210/Unciv/4.18.6/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.18.6.zip::https://github.com/yairm210/Unciv/releases/download/4.18.6/linuxFilesForJar.zip
md5sums = deb39ab74fca6d7471f0a1be14d5dac0
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 6a9f041bc288adaf23a2f021ee8c9be8
md5sums = a923a14dbcc35a3903a28c139a4e8dfa
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.18.5
_pkgver=4.18.6
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('966e513631e8da97ed9f81ea0940249c'
md5sums=('deb39ab74fca6d7471f0a1be14d5dac0'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'6a9f041bc288adaf23a2f021ee8c9be8')
'a923a14dbcc35a3903a28c139a4e8dfa')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"