Update to 4.11.9

Added 'checkfilter' console commands for city, tile, and unit, for easy mod checking

Unit movement changes - should solve some edge-case problems

'Adjacent unit' conditional takes civilians into account

Better UX for multiplayer game add & rename

Fixed 'Open terrain' filter

Better 'escort settler' logic

Automation fixes - By tuvus
This commit is contained in:
Thyrum 2024-04-29 22:00:54 +00:00
parent 98805ad731
commit 74d9ab103a
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.11.8
pkgver = 4.11.9
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.11.8.jar
source = Unciv-4.11.8.jar::https://github.com/yairm210/Unciv/releases/download/4.11.8/Unciv.jar
source = Unciv-4.11.8.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.8/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.11.8.zip::https://github.com/yairm210/Unciv/releases/download/4.11.8/linuxFilesForJar.zip
md5sums = 79454e13e7d0de3c8aeb13b4f0904a59
noextract = Unciv-4.11.9.jar
source = Unciv-4.11.9.jar::https://github.com/yairm210/Unciv/releases/download/4.11.9/Unciv.jar
source = Unciv-4.11.9.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.9/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.11.9.zip::https://github.com/yairm210/Unciv/releases/download/4.11.9/linuxFilesForJar.zip
md5sums = e4651f6f263f3cf93f99de50c91e4eec
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 2415e5c95a9c0af34ab61f4f92cea335
md5sums = d21a85358629a810d9fbe5f4a0ea6a4b
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.11.8
_pkgver=4.11.9
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('79454e13e7d0de3c8aeb13b4f0904a59'
md5sums=('e4651f6f263f3cf93f99de50c91e4eec'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'2415e5c95a9c0af34ab61f4f92cea335')
'd21a85358629a810d9fbe5f4a0ea6a4b')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"