Update to 4.6.4

Avoid font-related crash

Modding: Configurable embarked sight

UnitFilter accepts NationFilter (e.g. "vs [England] units")

Resolved image gliches in font icons, hopefully

By SomeTroglodyte:
- Reassign workers when resistance ends or improvement created
- Fix "religions to be founded" expanders accumulating
- Annexed cities in resistance cannot buy tiles

By WhoIsJohannes:
- Show replay after 5 rounds and don't reveal where player is on the map.
- Chart improvements (Highlight & performance)
This commit is contained in:
Thyrum 2023-04-19 09:02:29 +00:00
parent 51a727319b
commit 5ae8dda04d
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.6.3_patch1
pkgver = 4.6.4
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.6.3-patch1.jar
source = Unciv-4.6.3-patch1.jar::https://github.com/yairm210/Unciv/releases/download/4.6.3-patch1/Unciv.jar
source = Unciv-4.6.3-patch1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.3-patch1/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.3-patch1.zip::https://github.com/yairm210/Unciv/releases/download/4.6.3-patch1/linuxFilesForJar.zip
md5sums = ed543d3381a1087f368d6f6ee1ed3755
noextract = Unciv-4.6.4.jar
source = Unciv-4.6.4.jar::https://github.com/yairm210/Unciv/releases/download/4.6.4/Unciv.jar
source = Unciv-4.6.4.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.4/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.4.zip::https://github.com/yairm210/Unciv/releases/download/4.6.4/linuxFilesForJar.zip
md5sums = c2c5eef28aaabbc1151287faa3b1f34b
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = f3f9b74d1565470553379b54b20e8bb7
md5sums = 7be1a82efbe6b37611ea04d7f588b035
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.6.3-patch1
_pkgver=4.6.4
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('ed543d3381a1087f368d6f6ee1ed3755'
md5sums=('c2c5eef28aaabbc1151287faa3b1f34b'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'f3f9b74d1565470553379b54b20e8bb7')
'7be1a82efbe6b37611ea04d7f588b035')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"