From 58f4e01ba21f8125fefc295702e7a8cb1c9591f2 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Thu, 30 Nov 2023 18:01:54 +0000 Subject: [PATCH] Update to 4.9.4 Stats from followers unique fixed City-state units work with 'get era' function Ruleset validation for negative-weight ruin rewards By SomeTroglodyte: - Fix crash for trade notifications as Spectator / waiting for player - Fix Unit rename popup offering up the icon Solved worker automation crash - By willjallen By SeventhM: - Add 'Unable to pillage tiles' unique - Fix objects being purchable with a blocking conditional Stats per Stat unique - By PLynx01 --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8ecf251cb895d..00adadfae84c0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.9.3 + pkgver = 4.9.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.9.3.jar - source = Unciv-4.9.3.jar::https://github.com/yairm210/Unciv/releases/download/4.9.3/Unciv.jar - source = Unciv-4.9.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.3/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.9.3.zip::https://github.com/yairm210/Unciv/releases/download/4.9.3/linuxFilesForJar.zip - md5sums = a65c4d9c182e95e8eb3e7283de8647f8 + noextract = Unciv-4.9.4.jar + source = Unciv-4.9.4.jar::https://github.com/yairm210/Unciv/releases/download/4.9.4/Unciv.jar + source = Unciv-4.9.4.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.4/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.9.4.zip::https://github.com/yairm210/Unciv/releases/download/4.9.4/linuxFilesForJar.zip + md5sums = ad2ddce8203421ecc8a9b6f7d0bb516b md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 74bf511ee2f2df750dec8253140c8333 + md5sums = 76321d4340e6775a58c0dbbedb88f877 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index dc032d92b1a76..b3cd1254e1fe5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.9.3 +_pkgver=4.9.4 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('a65c4d9c182e95e8eb3e7283de8647f8' +md5sums=('ad2ddce8203421ecc8a9b6f7d0bb516b' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '74bf511ee2f2df750dec8253140c8333') + '76321d4340e6775a58c0dbbedb88f877') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"