From 1c28412b71bddae9cc62bedb0ea58e94f720e2f0 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Thu, 11 Apr 2024 21:21:17 +0000 Subject: [PATCH] Update to 4.11.4 Can nuke barbarians - By tuvus By SomeTroglodyte: - Two extension features for custom maps - Images for Escort Formation - Can click behind OptionPopup to close By SeventhM: - Allow policy removal unique to remove multiple policies - Fix personality being ignored for tile rankings in small cities --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 27353909736aa..a0abe3c9444ad 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.11.3 + pkgver = 4.11.4 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.11.3.jar - source = Unciv-4.11.3.jar::https://github.com/yairm210/Unciv/releases/download/4.11.3/Unciv.jar - source = Unciv-4.11.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.3/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.11.3.zip::https://github.com/yairm210/Unciv/releases/download/4.11.3/linuxFilesForJar.zip - md5sums = 0ee1f70e62d037220fa64ae16bb15680 + noextract = Unciv-4.11.4.jar + source = Unciv-4.11.4.jar::https://github.com/yairm210/Unciv/releases/download/4.11.4/Unciv.jar + source = Unciv-4.11.4.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.4/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.11.4.zip::https://github.com/yairm210/Unciv/releases/download/4.11.4/linuxFilesForJar.zip + md5sums = e16a939a026cec7d92b2eac8c7b52ae0 md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 9f0d62a005413771ea4296fd0fc2fcb1 + md5sums = db590689a813485853826f4d3585067a pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 9b1a61ff81d87..c748473cd4c48 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.11.3 +_pkgver=4.11.4 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('0ee1f70e62d037220fa64ae16bb15680' +md5sums=('e16a939a026cec7d92b2eac8c7b52ae0' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '9f0d62a005413771ea4296fd0fc2fcb1') + 'db590689a813485853826f4d3585067a') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"