From cfa4474d6bffa1f87ead252f8818aaa4948a43d4 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Sun, 27 Nov 2022 17:30:07 +0000 Subject: [PATCH] Update to 4.3.4 Changes to moddable UI - By GGGuenni Add Repair and Pillaging Roads - By itanasi AbsoluteUnits - Unique Elephants - By letstalkaboutdune HexaRealm units are here, finally! - By GeneralWadaling Added conditional to apply uniques only if the game starts in a specific era Generalized "Stats per policies" unique --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b52756862bf3c..b2ec18977c7cb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.3.3 + pkgver = 4.3.4 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.3.jar - source = Unciv-4.3.3.jar::https://github.com/yairm210/Unciv/releases/download/4.3.3/Unciv.jar - source = Unciv-4.3.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.3/extraImages/Unciv%20icon%20v4.png - source = Unciv-4.3.3.zip::https://github.com/yairm210/Unciv/releases/download/4.3.3/linuxFilesForJar.zip - md5sums = df299b9ce75dbdea231479cece03cee1 + noextract = Unciv-4.3.4.jar + source = Unciv-4.3.4.jar::https://github.com/yairm210/Unciv/releases/download/4.3.4/Unciv.jar + source = Unciv-4.3.4.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.4/extraImages/Unciv%20icon%20v4.png + source = Unciv-4.3.4.zip::https://github.com/yairm210/Unciv/releases/download/4.3.4/linuxFilesForJar.zip + md5sums = a8e3ae24b99b9f719186a213dc0a8e2a md5sums = 5aca7fc33f121fcf901fef14f784731a - md5sums = 90d544f5b3ede61d6a27feab5477b024 + md5sums = 7b42911d2c6438cf1c2de62eb3207c2f pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 630b41eea2859..290b7b7d15f90 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.3.3 +_pkgver=4.3.4 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('df299b9ce75dbdea231479cece03cee1' +md5sums=('a8e3ae24b99b9f719186a213dc0a8e2a' '5aca7fc33f121fcf901fef14f784731a' - '90d544f5b3ede61d6a27feab5477b024') + '7b42911d2c6438cf1c2de62eb3207c2f') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"