From 2dadd2660a5bf1ce1ae456ccc8410ac4f7706394 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Sat, 18 Nov 2023 20:59:07 +0000 Subject: [PATCH] Update to 4.8.19 Modding: Added 'non-[filter]' filtering for unit filters, and multi-value filtering to all filters Modding: Added '[relativeAmount] Air Interception Range' unique Dim resources on tiles not immediately visible By SomeTroglodyte: - Allow controlling Android fullscreen from options - Fix unit triggers not triggering/triggering off the wrong units - By SeventhM AI diplomacy balancing - By tuvus Updated FantasyHex missile cruiser - By GeneralWadaling --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 947c716d97351..c2c0d9ab5e662 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.8.18 + pkgver = 4.8.19 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.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 + noextract = Unciv-4.8.19.jar + source = Unciv-4.8.19.jar::https://github.com/yairm210/Unciv/releases/download/4.8.19/Unciv.jar + source = Unciv-4.8.19.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.19/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.8.19.zip::https://github.com/yairm210/Unciv/releases/download/4.8.19/linuxFilesForJar.zip + md5sums = b9b1060e330cc33f8a6a3ed2f8b40acc md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = c588ba9199d4103413b4e2d03fb58ed0 + md5sums = bfdb4206d335263a2e677fcffb8fa854 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 83a1b4887c72e..adab4ec4c77dd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.8.18 +_pkgver=4.8.19 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('0e6ee8d910338b6085e3acc4dd68be1c' +md5sums=('b9b1060e330cc33f8a6a3ed2f8b40acc' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - 'c588ba9199d4103413b4e2d03fb58ed0') + 'bfdb4206d335263a2e677fcffb8fa854') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"