From c7b4856c881c0ff01aafe5c6dffdbfb05121d249 Mon Sep 17 00:00:00 2001 From: Thyrum Date: Fri, 18 Nov 2022 09:36:38 +0000 Subject: [PATCH] Update to 4.3.0 ## 4.3.0 Units now recieve correct healing in friendly territory Tile info table no longer reveals hidden units AI no longer nukes if as consequence it will mean declaring war on someone Empire overview screen updates after changing info in city screen Fixed civilopedia text that says city-states don't conquer other cities --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 92e4d866f8d9f..300b36978c261 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.2.20 + pkgver = 4.3.0 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.20.jar - source = Unciv-4.2.20.jar::https://github.com/yairm210/Unciv/releases/download/4.2.20/Unciv.jar - source = Unciv-4.2.20.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.20/extraImages/Unciv%20icon%20v4.png - source = Unciv-4.2.20.zip::https://github.com/yairm210/Unciv/releases/download/4.2.20/linuxFilesForJar.zip - md5sums = a5f2bb5f3e2588920e7f7d8bf0aa9e96 + noextract = Unciv-4.3.0.jar + source = Unciv-4.3.0.jar::https://github.com/yairm210/Unciv/releases/download/4.3.0/Unciv.jar + source = Unciv-4.3.0.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.0/extraImages/Unciv%20icon%20v4.png + source = Unciv-4.3.0.zip::https://github.com/yairm210/Unciv/releases/download/4.3.0/linuxFilesForJar.zip + md5sums = 7411eb8588633d0aabe2a8869f3f5cb1 md5sums = 5aca7fc33f121fcf901fef14f784731a - md5sums = 27de17176e1e2e6a5e5d7f15062c561c + md5sums = 12966bbe2e6e4c050f801ea4cc65eb52 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index d08d4a7318504..3891b176a3e2e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.2.20 +_pkgver=4.3.0 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('a5f2bb5f3e2588920e7f7d8bf0aa9e96' +md5sums=('7411eb8588633d0aabe2a8869f3f5cb1' '5aca7fc33f121fcf901fef14f784731a' - '27de17176e1e2e6a5e5d7f15062c561c') + '12966bbe2e6e4c050f801ea4cc65eb52') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"