Update to 4.10.12

Terraform unique triggerable from improvements

By SomeTroglodyte:
- Right-click/longpress for World screen city buttons
- Fix some uses of 'hidden from users' modifer
- Fix fortified units upgraded to unfortifyable ones keeping fortification
- Empire Overview Screen closing now with same UX as Civilopedia

Added unit escorting formation!  - By tuvus

Allow conditional timed triggers for unit actions &c  - By SeventhM

Allow Barbarians to make set-up ranged units  - By SpacedOutChicken
This commit is contained in:
Thyrum 2024-02-24 22:45:15 +00:00
parent 087e0dea2c
commit fe7a157c30
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.11
pkgver = 4.10.12
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.11.jar
source = Unciv-4.10.11.jar::https://github.com/yairm210/Unciv/releases/download/4.10.11/Unciv.jar
source = Unciv-4.10.11.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.11/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.10.11.zip::https://github.com/yairm210/Unciv/releases/download/4.10.11/linuxFilesForJar.zip
md5sums = 31cf2feb04577ee8cd5b24d27e7632a5
noextract = Unciv-4.10.12.jar
source = Unciv-4.10.12.jar::https://github.com/yairm210/Unciv/releases/download/4.10.12/Unciv.jar
source = Unciv-4.10.12.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.12/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.10.12.zip::https://github.com/yairm210/Unciv/releases/download/4.10.12/linuxFilesForJar.zip
md5sums = 9bd2db6f68c47df4caac43b5be8a646a
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 3981f697dfc8d0569129c4db7f673c3e
md5sums = ad9ad6e58d5e1db73fca28c0ab026a91
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.10.11
_pkgver=4.10.12
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('31cf2feb04577ee8cd5b24d27e7632a5'
md5sums=('9bd2db6f68c47df4caac43b5be8a646a'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'3981f697dfc8d0569129c4db7f673c3e')
'ad9ad6e58d5e1db73fca28c0ab026a91')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"