From 81dbcfb02ef7ea5e2c49ea3136d2bbd8b490a71e Mon Sep 17 00:00:00 2001 From: Thyrum Date: Wed, 23 Nov 2022 09:14:43 +0000 Subject: [PATCH] Update to 4.3.2 ## 4.3.2 City State Type overhaul! Can now use `[stats]` unique to add happiness globally Can now use `[stats]` unique for e.g. techs, policies, etc, to add gold/faith/culture/science to the global pool --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d96ddf9fd35ae..591100f74f4b2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.3.1 + pkgver = 4.3.2 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.1.jar - source = Unciv-4.3.1.jar::https://github.com/yairm210/Unciv/releases/download/4.3.1/Unciv.jar - source = Unciv-4.3.1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.1/extraImages/Unciv%20icon%20v4.png - source = Unciv-4.3.1.zip::https://github.com/yairm210/Unciv/releases/download/4.3.1/linuxFilesForJar.zip - md5sums = 267d716220d8ea33bd164e3283932a94 + noextract = Unciv-4.3.2.jar + source = Unciv-4.3.2.jar::https://github.com/yairm210/Unciv/releases/download/4.3.2/Unciv.jar + source = Unciv-4.3.2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.2/extraImages/Unciv%20icon%20v4.png + source = Unciv-4.3.2.zip::https://github.com/yairm210/Unciv/releases/download/4.3.2/linuxFilesForJar.zip + md5sums = 2b55cac47c2a5ccec089c0bfae3d923b md5sums = 5aca7fc33f121fcf901fef14f784731a - md5sums = 3b1d6c771393a024f8f7612cd8578d01 + md5sums = ffe9ba7c51d0cf2c6d591b22874fa0da pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index f44b80b588d47..0caa9b95ab4a4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.3.1 +_pkgver=4.3.2 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('267d716220d8ea33bd164e3283932a94' +md5sums=('2b55cac47c2a5ccec089c0bfae3d923b' '5aca7fc33f121fcf901fef14f784731a' - '3b1d6c771393a024f8f7612cd8578d01') + 'ffe9ba7c51d0cf2c6d591b22874fa0da') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"