From a54001d62fa151eaeafee152ef91cfac14bf2cb3 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Tue, 23 May 2023 17:47:53 +0000 Subject: [PATCH] Update to 4.6.14 By SomeTroglodyte: - Next-Turn Progressbar - Fixed crash when puppeting city Population icon gets locked with doubleclick, clicks cycle assigned-unassigned Resolved crashes when clicking mod in mod management AI civilian improvement: keep working in tiles where enemy units can't reach Prophets are not expelled on open borders end City-state-owned great merchants can no longer 'conduct trade mission' on their own tiles Game saves are regular json, not libgdx-specific format --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f9f2bcd2e4f91..c212fb9b2d8f0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.6.13 + pkgver = 4.6.14 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.13.jar - source = Unciv-4.6.13.jar::https://github.com/yairm210/Unciv/releases/download/4.6.13/Unciv.jar - source = Unciv-4.6.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.13/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.6.13.zip::https://github.com/yairm210/Unciv/releases/download/4.6.13/linuxFilesForJar.zip - md5sums = 0f09937a6a10714c6e8d792303230964 + noextract = Unciv-4.6.14.jar + source = Unciv-4.6.14.jar::https://github.com/yairm210/Unciv/releases/download/4.6.14/Unciv.jar + source = Unciv-4.6.14.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.14/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.6.14.zip::https://github.com/yairm210/Unciv/releases/download/4.6.14/linuxFilesForJar.zip + md5sums = 51ca165cd011f6f26debe7ec8c52163e md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 0eea97c5eb72df75f91ce0cb570077f6 + md5sums = 8d42bff874f249fa9738113206c0174d pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index f1b89a38d39ff..4d8ff51a74bc3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.6.13 +_pkgver=4.6.14 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('0f09937a6a10714c6e8d792303230964' +md5sums=('51ca165cd011f6f26debe7ec8c52163e' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '0eea97c5eb72df75f91ce0cb570077f6') + '8d42bff874f249fa9738113206c0174d') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"