From 0bf560549716cdd9934ffb2c78219c98ed41f37f Mon Sep 17 00:00:00 2001 From: Thyrum Date: Tue, 20 Sep 2022 09:44:55 +0000 Subject: [PATCH] Update to 4.2.10 ## 4.2.10 New Desktop downloads start at fullscreen Special images for embarked units Moddable UI skins - By GGGuenni Global politics overview screen - By alexban011 --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a2fc8e9d423bc..b0fab462072ec 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.2.9 + pkgver = 4.2.10 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.9.jar - source = Unciv-4.2.9.jar::https://github.com/yairm210/Unciv/releases/download/4.2.9/Unciv.jar - source = Unciv-4.2.9.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.9/extraImages/Unciv%20icon%20v4.png - source = Unciv-4.2.9.zip::https://github.com/yairm210/Unciv/releases/download/4.2.9/linuxFilesForJar.zip - md5sums = ca356c4b235b4ab4d1779204a8d7030e + noextract = Unciv-4.2.10.jar + source = Unciv-4.2.10.jar::https://github.com/yairm210/Unciv/releases/download/4.2.10/Unciv.jar + source = Unciv-4.2.10.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.10/extraImages/Unciv%20icon%20v4.png + source = Unciv-4.2.10.zip::https://github.com/yairm210/Unciv/releases/download/4.2.10/linuxFilesForJar.zip + md5sums = ed9eda54ef4230f6aaeec2b028365563 md5sums = 5aca7fc33f121fcf901fef14f784731a - md5sums = 73ec25d704c2f4c063c411b317ddc557 + md5sums = 3530425f92048ede0f9daed520a67e39 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 0bcf60c6b7181..1361b0699449a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.2.9 +_pkgver=4.2.10 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('ca356c4b235b4ab4d1779204a8d7030e' +md5sums=('ed9eda54ef4230f6aaeec2b028365563' '5aca7fc33f121fcf901fef14f784731a' - '73ec25d704c2f4c063c411b317ddc557') + '3530425f92048ede0f9daed520a67e39') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"