From a31327b9f0b37cdfe2e1f018797296eaeb7fdf1e Mon Sep 17 00:00:00 2001 From: Thyrum Date: Sat, 14 Jan 2023 19:38:12 +0000 Subject: [PATCH] Update to 4.4.0 Fixed battle table uneven when only one side has modifiers "Street fighter" style of health bars, different colors for 'definite damage' and 'possible damage' Pathfinding avoids embarkation when possible Modding: 'transform' action - by itanasi Consider tile happiness for start-of-turn computations Better Himeji Castle unique text Fixed sleep not showing on units in tiles with improvements in repair Fixed Great Person speed modifier Civilians no longer 'attack' on rightclick --- .SRCINFO | 14 +++++++------- PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bcfe78f8f124b..66149706902ed 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.3.21_patch1 + pkgver = 4.4.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.3.21-patch1.jar - source = Unciv-4.3.21-patch1.jar::https://github.com/yairm210/Unciv/releases/download/4.3.21-patch1/Unciv.jar - source = Unciv-4.3.21-patch1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.3.21-patch1/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.3.21-patch1.zip::https://github.com/yairm210/Unciv/releases/download/4.3.21-patch1/linuxFilesForJar.zip - md5sums = 302afd1ff623a8eb0da0daad7c8bbfb5 + noextract = Unciv-4.4.0.jar + source = Unciv-4.4.0.jar::https://github.com/yairm210/Unciv/releases/download/4.4.0/Unciv.jar + source = Unciv-4.4.0.png::https://raw.githubusercontent.com/yairm210/Unciv/4.4.0/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.4.0.zip::https://github.com/yairm210/Unciv/releases/download/4.4.0/linuxFilesForJar.zip + md5sums = eca2f5100da3d401b2b7aa7bbc35049e md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = 5ca329bde8dc60c88df159ad9c581bf3 + md5sums = a65483843586d14271b890010677cc7f pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index 3c64da037df69..2c64c8628dfdc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.3.21-patch1 +_pkgver=4.4.0 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('302afd1ff623a8eb0da0daad7c8bbfb5' +md5sums=('eca2f5100da3d401b2b7aa7bbc35049e' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - '5ca329bde8dc60c88df159ad9c581bf3') + 'a65483843586d14271b890010677cc7f') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"