Update to 4.3.2

## 4.3.2

City State Type overhaul!

Can now use `[stats]` unique to add happiness globally

Can now use `[stats]` unique for e.g. techs, policies, etc, to add gold/faith/culture/science to the global pool
This commit is contained in:
Thyrum 2022-11-23 09:14:43 +00:00
parent 3402a05178
commit 81dbcfb02e
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.1
pkgver = 4.3.2
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.1.jar
source = Unciv-4.3.1.jar::https://github.com/yairm210/Unciv/releases/download/4.3.1/Unciv.jar
source = Unciv-4.3.1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.1/extraImages/Unciv%20icon%20v4.png
source = Unciv-4.3.1.zip::https://github.com/yairm210/Unciv/releases/download/4.3.1/linuxFilesForJar.zip
md5sums = 267d716220d8ea33bd164e3283932a94
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
md5sums = 5aca7fc33f121fcf901fef14f784731a
md5sums = 3b1d6c771393a024f8f7612cd8578d01
md5sums = ffe9ba7c51d0cf2c6d591b22874fa0da
pkgname = unciv-bin

View file

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