From 57de61ce507001c36dacdb68e2862fedd63009ca Mon Sep 17 00:00:00 2001 From: Thyrum Date: Wed, 31 May 2023 12:18:51 +0000 Subject: [PATCH] Update to 4.6.16 By SomeTroglodyte: - Unit Overview: Improving a tile is also "what the unit is doing" - Replacement PlatformSaverLoader for Linux X11 systems - All notifications from Overview are now temporary - Politics overview no longer discloses random number of players Worker will now replace improvements to get resources - By janarvid Spectators do not get natural wonder discovery notifications Added checksum to be added to uploaded multiplayer games Policy adoption triggers resource recalculation --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b8786c522f8dd..e70f5b2e2df67 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.6.15 + pkgver = 4.6.16 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.6.15.jar - source = Unciv-4.6.15.jar::https://github.com/yairm210/Unciv/releases/download/4.6.15/Unciv.jar - source = Unciv-4.6.15.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.15/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.6.15.zip::https://github.com/yairm210/Unciv/releases/download/4.6.15/linuxFilesForJar.zip - md5sums = fe29018103d0b851fde5353911b7816a + noextract = Unciv-4.6.16.jar + source = Unciv-4.6.16.jar::https://github.com/yairm210/Unciv/releases/download/4.6.16/Unciv.jar + source = Unciv-4.6.16.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.16/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.6.16.zip::https://github.com/yairm210/Unciv/releases/download/4.6.16/linuxFilesForJar.zip + md5sums = 278838ed8981de8b19cdd7fce9fe11af md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = d4b37eeb53948d2a0f7deafbeab6df42 + md5sums = abb55543e7c483824d8fed8af0a31944 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 21dff77a91fce..4a4a0084debdc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.6.15 +_pkgver=4.6.16 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('fe29018103d0b851fde5353911b7816a' +md5sums=('278838ed8981de8b19cdd7fce9fe11af' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - 'd4b37eeb53948d2a0f7deafbeab6df42') + 'abb55543e7c483824d8fed8af0a31944') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"