From fe7a157c30f9ced55dc44b18220900616d1d246b Mon Sep 17 00:00:00 2001 From: Thyrum Date: Sat, 24 Feb 2024 22:45:15 +0000 Subject: [PATCH] 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 --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index fac2cc2d1786a..afda48834d9d8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 9b1536d56405d..68feb8707973b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"