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
This commit is contained in:
Thyrum 2023-01-14 19:38:12 +00:00
parent 2787fc8f99
commit a31327b9f0
2 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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"