Update to 4.2.16

## 4.2.16

Automated workers no longer improve unworkable tiles

Improved construction AI choices

By nacro711072:
- fix wrong glyph when switch between different mod.
- Fixed another memory leak
- check whether the city has been a puppet in "Pick construction" action.
This commit is contained in:
Thyrum 2022-10-30 09:38:27 +00:00
parent 84c1b4cd84
commit 34bb844249
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.2.15
pkgver = 4.2.16
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.2.15.jar
source = Unciv-4.2.15.jar::https://github.com/yairm210/Unciv/releases/download/4.2.15/Unciv.jar
source = Unciv-4.2.15.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.15/extraImages/Unciv%20icon%20v4.png
source = Unciv-4.2.15.zip::https://github.com/yairm210/Unciv/releases/download/4.2.15/linuxFilesForJar.zip
md5sums = 4c0ca9f3cdc3e7e5667e39df3abc7cb9
noextract = Unciv-4.2.16.jar
source = Unciv-4.2.16.jar::https://github.com/yairm210/Unciv/releases/download/4.2.16/Unciv.jar
source = Unciv-4.2.16.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.16/extraImages/Unciv%20icon%20v4.png
source = Unciv-4.2.16.zip::https://github.com/yairm210/Unciv/releases/download/4.2.16/linuxFilesForJar.zip
md5sums = ed00dc1158aa76115d57de5babfe112b
md5sums = 5aca7fc33f121fcf901fef14f784731a
md5sums = a7010a4a0212bb2fe791fa1f013ae023
md5sums = d67644f9ffd226246a70798a60fa53c4
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.2.15
_pkgver=4.2.16
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('4c0ca9f3cdc3e7e5667e39df3abc7cb9'
md5sums=('ed00dc1158aa76115d57de5babfe112b'
'5aca7fc33f121fcf901fef14f784731a'
'a7010a4a0212bb2fe791fa1f013ae023')
'd67644f9ffd226246a70798a60fa53c4')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"