From bb36ef3fb70333ba9710b3799916f1701b08f198 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Tue, 27 Dec 2022 21:07:35 +0000 Subject: [PATCH] Update to 4.3.13 World wrap available by default for all players Units are no longer double-added to construction when clicking the 'add unit' button Units passed with 'next unit' are not returned to By vegeta1k95: - Corrected some Civilization colors - Fix perpetual constructions info () - Civ 5-style unit selection and cycling behaviour, "Wait" action fix translation problem in policy screen - By CrispyXYZ fixed screens displaying yourself as an unknown civilization - By alexban011 --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7ba33cab082e2..06f35ab42e1d5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.3.12_patch3 + pkgver = 4.3.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.3.12-patch3.jar - source = Unciv-4.3.12-patch3.jar::https://github.com/yairm210/Unciv/releases/download/4.3.12-patch3/Unciv.jar - source = Unciv-4.3.12-patch3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.12-patch3/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.3.12-patch3.zip::https://github.com/yairm210/Unciv/releases/download/4.3.12-patch3/linuxFilesForJar.zip - md5sums = 80c6dbebe28208398d7644c4b6c9dc57 + noextract = Unciv-4.3.13.jar + source = Unciv-4.3.13.jar::https://github.com/yairm210/Unciv/releases/download/4.3.13/Unciv.jar + source = Unciv-4.3.13.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.13/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.3.13.zip::https://github.com/yairm210/Unciv/releases/download/4.3.13/linuxFilesForJar.zip + md5sums = 6e5c17c36e60bb023c0e02c170c234a6 md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 5ebda4f28123e12c7b6554cdd750e759 + md5sums = 2e0a4b7ac7e01c9124e781028737db5b pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 8ee0dc0101554..616e790d88984 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.3.12-patch3 +_pkgver=4.3.13 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('80c6dbebe28208398d7644c4b6c9dc57' +md5sums=('6e5c17c36e60bb023c0e02c170c234a6' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '5ebda4f28123e12c7b6554cdd750e759') + '2e0a4b7ac7e01c9124e781028737db5b') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"