From 6bcedcb18abcc144f1fc9fe9a68069bd153e07d6 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Mon, 13 Nov 2023 20:49:51 +0000 Subject: [PATCH] Update to 4.8.18 Modding: Added Human and AI filters, separated civFilter from nationFilter By SomeTroglodyte: - Patch for on-screen keyboard hiding pedia search results - Rivers... Moddable Stats and Civilopedia - World screen top bar scales down to available width - 'Civ destroyed' Notification includes location - Lots of other issue fixes! By tuvus: - Fixed land/sea nukes trying to act like air units - Fixed promise not to settle Fix Multiplayer spectator ids not logging - By SeventhM --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 641e4d9ed92d9..947c716d97351 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.8.17 + pkgver = 4.8.18 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.8.17.jar - source = Unciv-4.8.17.jar::https://github.com/yairm210/Unciv/releases/download/4.8.17/Unciv.jar - source = Unciv-4.8.17.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.17/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.8.17.zip::https://github.com/yairm210/Unciv/releases/download/4.8.17/linuxFilesForJar.zip - md5sums = 9929cb69751d1eb366c36193524f0bef + noextract = Unciv-4.8.18.jar + source = Unciv-4.8.18.jar::https://github.com/yairm210/Unciv/releases/download/4.8.18/Unciv.jar + source = Unciv-4.8.18.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.18/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.8.18.zip::https://github.com/yairm210/Unciv/releases/download/4.8.18/linuxFilesForJar.zip + md5sums = 0e6ee8d910338b6085e3acc4dd68be1c md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 22a15b03027c5b6647474b6395f6dea6 + md5sums = c588ba9199d4103413b4e2d03fb58ed0 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 7639f3c0a014b..83a1b4887c72e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.8.17 +_pkgver=4.8.18 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('9929cb69751d1eb366c36193524f0bef' +md5sums=('0e6ee8d910338b6085e3acc4dd68be1c' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '22a15b03027c5b6647474b6395f6dea6') + 'c588ba9199d4103413b4e2d03fb58ed0') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"