From 378c5d52b04c21aff325d05aee54b60d37d901c4 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Fri, 5 Aug 2022 09:38:14 +0000 Subject: [PATCH] Update to 4.2.2 ## 4.2.2 By itanasi: - Add Damage numbers to Battle Notifications - Fix Air Sweep Notification Translations - Allow Citizen Management to pick any tile owned within 3 tiles Disabled image packing when running from JAR Removed duplicate "Consumes ..." lines of city screen - By kasradzenika Add translation for "XP" - By OptimizedForDensity Tutorial rewording - By xlenstra Updated nation introduction in civilopedia - By xk730 --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index caf6b6749e139..681f29a82859a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.2.1_itch.io + pkgver = 4.2.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.2.1-itch.io.jar - source = Unciv-4.2.1-itch.io.jar::https://github.com/yairm210/Unciv/releases/download/4.2.1-itch.io/Unciv.jar - source = Unciv-4.2.1-itch.io.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.1-itch.io/extraImages/Unciv%20icon%20v4.png - source = Unciv-4.2.1-itch.io.zip::https://github.com/yairm210/Unciv/releases/download/4.2.1-itch.io/linuxFilesForJar.zip - md5sums = 9c4f717d78133a99e0b479b8c123fe4a + noextract = Unciv-4.2.2.jar + source = Unciv-4.2.2.jar::https://github.com/yairm210/Unciv/releases/download/4.2.2/Unciv.jar + source = Unciv-4.2.2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.2/extraImages/Unciv%20icon%20v4.png + source = Unciv-4.2.2.zip::https://github.com/yairm210/Unciv/releases/download/4.2.2/linuxFilesForJar.zip + md5sums = c6da0ac1a8cf9d3ce60779a506b4a25d md5sums = 5aca7fc33f121fcf901fef14f784731a - md5sums = c1285404549378e4aa21eab7a255fe61 + md5sums = 6ee396e05237eaba44e463b4f6df341d pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 69c057d0782cb..d8635a58b3ad2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.2.1-itch.io +_pkgver=4.2.2 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('9c4f717d78133a99e0b479b8c123fe4a' +md5sums=('c6da0ac1a8cf9d3ce60779a506b4a25d' '5aca7fc33f121fcf901fef14f784731a' - 'c1285404549378e4aa21eab7a255fe61') + '6ee396e05237eaba44e463b4f6df341d') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"