From 23b2e88397e1c6fc2c3bcdb7fef04ecf105e70ed Mon Sep 17 00:00:00 2001 From: Thyrum Date: Wed, 13 Dec 2023 21:29:14 +0000 Subject: [PATCH] Update to 4.9.8 Add new map types - By remdu Avoid ANRs when users select mods that take above 500ms to run checks on Add warning when buying a religious unit not of your religion - By WhoIsJohannes Allow arbitrary victory types for AI policy picking - By SeventhM By SomeTroglodyte: - Civilopedia key bindings - Great Person Points - Rounding changes, Breakdown UI - Fix ended Leader Voice not cleared and resumed on un-pause Fix 'Sleep Until Healed' action missing - By soggerr --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3fa44fb5f2546..33c3b63b61512 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.9.7 + pkgver = 4.9.8 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.7.jar - source = Unciv-4.9.7.jar::https://github.com/yairm210/Unciv/releases/download/4.9.7/Unciv.jar - source = Unciv-4.9.7.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.7/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.9.7.zip::https://github.com/yairm210/Unciv/releases/download/4.9.7/linuxFilesForJar.zip - md5sums = ca58901b4083396b552a7634b239972b + noextract = Unciv-4.9.8.jar + source = Unciv-4.9.8.jar::https://github.com/yairm210/Unciv/releases/download/4.9.8/Unciv.jar + source = Unciv-4.9.8.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.8/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.9.8.zip::https://github.com/yairm210/Unciv/releases/download/4.9.8/linuxFilesForJar.zip + md5sums = 610be97c39ee2009d311952228ab6880 md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = ceb889a5d4465fb976cd85c4f0edbbd5 + md5sums = 8c7651a2ddf2295ca40a0d38fff50865 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index b12db28d7e423..df8274c160800 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.9.7 +_pkgver=4.9.8 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('ca58901b4083396b552a7634b239972b' +md5sums=('610be97c39ee2009d311952228ab6880' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - 'ceb889a5d4465fb976cd85c4f0edbbd5') + '8c7651a2ddf2295ca40a0d38fff50865') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"