From 561e7ffdb44cddd9d783a85a21fbe795bbe1a015 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Tue, 4 Jun 2024 15:29:15 +0000 Subject: [PATCH] Update to 4.11.17 Unavailable techs work well with tech picker screen Added ruleset check for resource uniques with resource conditionals By tuvus: - Added an option to disable move by long press - Fixed spy steal tech timer - Spy max rank can be modded By SomeTroglodyte: - Sortable unit overview - Console: Improve `civ activatetrigger` command - UI candy: WLTK fireworks - ModOptions unique for mods to control which map gets preselected --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 37849ed59a278..80ba94f639112 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.11.16 + pkgver = 4.11.17 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.16.jar - source = Unciv-4.11.16.jar::https://github.com/yairm210/Unciv/releases/download/4.11.16/Unciv.jar - source = Unciv-4.11.16.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.16/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.11.16.zip::https://github.com/yairm210/Unciv/releases/download/4.11.16/linuxFilesForJar.zip - md5sums = fbcd9a2c5d0928acbc7b38f5c9435a07 + noextract = Unciv-4.11.17.jar + source = Unciv-4.11.17.jar::https://github.com/yairm210/Unciv/releases/download/4.11.17/Unciv.jar + source = Unciv-4.11.17.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.17/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.11.17.zip::https://github.com/yairm210/Unciv/releases/download/4.11.17/linuxFilesForJar.zip + md5sums = 55a249b9431d6f3ec4dad090ac000372 md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 9a18f864c9e6da0063f9f520d9d8928c + md5sums = b8b4a439a4760e0d559db90468d1c705 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index d188539c0ee5c..0fd26ba012c02 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.11.16 +_pkgver=4.11.17 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('fbcd9a2c5d0928acbc7b38f5c9435a07' +md5sums=('55a249b9431d6f3ec4dad090ac000372' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '9a18f864c9e6da0063f9f520d9d8928c') + 'b8b4a439a4760e0d559db90468d1c705') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"