Update to 4.3.3

## 4.3.3

Resolved map latency when city-states exist

Fixed city-state type in civilopedia

'impossible' worked tiles not under your control are now cleaned up

Resolved corner case where entire path to destination is full and destination is unenterable

Fix policy counting in global politics  - By jmuchemb
This commit is contained in:
Thyrum 2022-11-25 09:38:33 +00:00
parent 81dbcfb02e
commit de56e3f94c
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.3.2
pkgver = 4.3.3
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.3.2.jar
source = Unciv-4.3.2.jar::https://github.com/yairm210/Unciv/releases/download/4.3.2/Unciv.jar
source = Unciv-4.3.2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.2/extraImages/Unciv%20icon%20v4.png
source = Unciv-4.3.2.zip::https://github.com/yairm210/Unciv/releases/download/4.3.2/linuxFilesForJar.zip
md5sums = 2b55cac47c2a5ccec089c0bfae3d923b
noextract = Unciv-4.3.3.jar
source = Unciv-4.3.3.jar::https://github.com/yairm210/Unciv/releases/download/4.3.3/Unciv.jar
source = Unciv-4.3.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.3/extraImages/Unciv%20icon%20v4.png
source = Unciv-4.3.3.zip::https://github.com/yairm210/Unciv/releases/download/4.3.3/linuxFilesForJar.zip
md5sums = df299b9ce75dbdea231479cece03cee1
md5sums = 5aca7fc33f121fcf901fef14f784731a
md5sums = ffe9ba7c51d0cf2c6d591b22874fa0da
md5sums = 90d544f5b3ede61d6a27feab5477b024
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.3.2
_pkgver=4.3.3
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('2b55cac47c2a5ccec089c0bfae3d923b'
md5sums=('df299b9ce75dbdea231479cece03cee1'
'5aca7fc33f121fcf901fef14f784731a'
'ffe9ba7c51d0cf2c6d591b22874fa0da')
'90d544f5b3ede61d6a27feab5477b024')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"