Update to 4.10.2

By SeventhM:
- Fix Spectator stats when viewing another civ
- Allow units to upgrade to more than one unit
- Fix problems with stats from tiles and improvements

By SomeTroglodyte:
- A Conditional checking for a Building globally
- Unit actions 'paging' for smaller screens
- Fix RequiresBuildingInSomeCities not being displayed in city constructions as rejection reason

Improved Spectator selected Civ coloring  - By tuvus
This commit is contained in:
Thyrum 2024-01-24 22:10:16 +00:00
parent 0956ebe70e
commit c04782affe
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.10.1
pkgver = 4.10.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.10.1.jar
source = Unciv-4.10.1.jar::https://github.com/yairm210/Unciv/releases/download/4.10.1/Unciv.jar
source = Unciv-4.10.1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.1/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.10.1.zip::https://github.com/yairm210/Unciv/releases/download/4.10.1/linuxFilesForJar.zip
md5sums = 6d9ee3b975bfbc2e9087af134ebf51b9
noextract = Unciv-4.10.2.jar
source = Unciv-4.10.2.jar::https://github.com/yairm210/Unciv/releases/download/4.10.2/Unciv.jar
source = Unciv-4.10.2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.2/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.10.2.zip::https://github.com/yairm210/Unciv/releases/download/4.10.2/linuxFilesForJar.zip
md5sums = 3c6c9510f561e78e09c6643a63f61e97
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = e877a8cbab364eb645cea44e1b0dffdb
md5sums = 8856b629bddc867b7bc7d970b9c5da8f
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.10.1
_pkgver=4.10.2
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('6d9ee3b975bfbc2e9087af134ebf51b9'
md5sums=('3c6c9510f561e78e09c6643a63f61e97'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'e877a8cbab364eb645cea44e1b0dffdb')
'8856b629bddc867b7bc7d970b9c5da8f')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"