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
This commit is contained in:
Thyrum 2022-11-18 09:36:38 +00:00
parent eac711ce4d
commit c7b4856c88
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.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

View file

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