Update to 4.13.7

Performance improvements!

Added Barbarian image variants for AbsoluteUnits by Pelo

AI is displeased when you become the new ally of a city-state it was the ally of

kick/skip turn in mutliplayer only active if the game contains the current player ID
This commit is contained in:
Thyrum 2024-09-12 18:30:08 +00:00
parent bf6791f20e
commit 6214de29d7
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.13.6
pkgver = 4.13.7
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.13.6.jar
source = Unciv-4.13.6.jar::https://github.com/yairm210/Unciv/releases/download/4.13.6/Unciv.jar
source = Unciv-4.13.6.png::https://raw.githubusercontent.com/yairm210/Unciv/4.13.6/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.13.6.zip::https://github.com/yairm210/Unciv/releases/download/4.13.6/linuxFilesForJar.zip
md5sums = 31c7ae73d43c1075d36db63194169281
noextract = Unciv-4.13.7.jar
source = Unciv-4.13.7.jar::https://github.com/yairm210/Unciv/releases/download/4.13.7/Unciv.jar
source = Unciv-4.13.7.png::https://raw.githubusercontent.com/yairm210/Unciv/4.13.7/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.13.7.zip::https://github.com/yairm210/Unciv/releases/download/4.13.7/linuxFilesForJar.zip
md5sums = ed47cf379c0ec9a115948c8bc394802f
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 73959e31d437488b62397f118c582f6d
md5sums = b03bde934452edb0d3fa3b577c887892
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.13.6
_pkgver=4.13.7
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('31c7ae73d43c1075d36db63194169281'
md5sums=('ed47cf379c0ec9a115948c8bc394802f'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'73959e31d437488b62397f118c582f6d')
'b03bde934452edb0d3fa3b577c887892')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"