Update to 4.2.8

## 4.2.8

Show Unciv icon when loading game, instead of happy face

AI: Recognize when no further techs can be researched, even if some techs are blocked

Don't re-raise tech popups for previously researched techs

By xlenstra:
- Fixed bug disabling pantheon founding

UI fix - By GGGuenni

Add "UI Skin" to make it translatable  - By Ouaz

Fixed bug on 'resume game' - By nacro711072
This commit is contained in:
Thyrum 2022-09-09 09:42:11 +00:00
parent 3cf674180c
commit dc86a17e78
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.7
pkgver = 4.2.8
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.7.jar
source = Unciv-4.2.7.jar::https://github.com/yairm210/Unciv/releases/download/4.2.7/Unciv.jar
source = Unciv-4.2.7.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.7/extraImages/Unciv%20icon%20v4.png
source = Unciv-4.2.7.zip::https://github.com/yairm210/Unciv/releases/download/4.2.7/linuxFilesForJar.zip
md5sums = a9e6043db6239b28e19f690c1424ba47
noextract = Unciv-4.2.8.jar
source = Unciv-4.2.8.jar::https://github.com/yairm210/Unciv/releases/download/4.2.8/Unciv.jar
source = Unciv-4.2.8.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.8/extraImages/Unciv%20icon%20v4.png
source = Unciv-4.2.8.zip::https://github.com/yairm210/Unciv/releases/download/4.2.8/linuxFilesForJar.zip
md5sums = d44af8c58989773a4bedfb11cc005cfd
md5sums = 5aca7fc33f121fcf901fef14f784731a
md5sums = 74f2094146506790b1652ac0594b99c2
md5sums = 52e58c8d61d100e47b0a04d3774fcc1e
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.2.7
_pkgver=4.2.8
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('a9e6043db6239b28e19f690c1424ba47'
md5sums=('d44af8c58989773a4bedfb11cc005cfd'
'5aca7fc33f121fcf901fef14f784731a'
'74f2094146506790b1652ac0594b99c2')
'52e58c8d61d100e47b0a04d3774fcc1e')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"