From c2ed9cd30f244646f32cccf084768e2f641acf82 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Fri, 14 Oct 2022 09:47:33 +0000 Subject: [PATCH] Update to 4.2.13 ## 4.2.13 Don't show hidden improvements in nation info Fixed translations missing when cancelling a new game then resuming the old one Handle errors when renaming multiplayer games to impossible names Military units take most efficient route to capture civilians Translation fixes --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 58309e11172e1..c42f5ca115e32 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.2.12 + pkgver = 4.2.13 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.2.12.jar - source = Unciv-4.2.12.jar::https://github.com/yairm210/Unciv/releases/download/4.2.12/Unciv.jar - source = Unciv-4.2.12.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.12/extraImages/Unciv%20icon%20v4.png - source = Unciv-4.2.12.zip::https://github.com/yairm210/Unciv/releases/download/4.2.12/linuxFilesForJar.zip - md5sums = e1f6bb17ad1031ec6fdcf066eb582551 + noextract = Unciv-4.2.13.jar + source = Unciv-4.2.13.jar::https://github.com/yairm210/Unciv/releases/download/4.2.13/Unciv.jar + source = Unciv-4.2.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.13/extraImages/Unciv%20icon%20v4.png + source = Unciv-4.2.13.zip::https://github.com/yairm210/Unciv/releases/download/4.2.13/linuxFilesForJar.zip + md5sums = a1806a50414402f9b1694775c4be0fac md5sums = 5aca7fc33f121fcf901fef14f784731a - md5sums = d42f0fbfa2c0328e81013368c5b5dcc9 + md5sums = 3644ce19b9e81f0b97b90164bd6f9403 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 3356068dcdcd6..1478736a1b11c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.2.12 +_pkgver=4.2.13 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('e1f6bb17ad1031ec6fdcf066eb582551' +md5sums=('a1806a50414402f9b1694775c4be0fac' '5aca7fc33f121fcf901fef14f784731a' - 'd42f0fbfa2c0328e81013368c5b5dcc9') + '3644ce19b9e81f0b97b90164bd6f9403') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"