Update to 4.4.18

By vegeta1k95:
- Modding: allow mods to supply custom fonts
- Fix TextureArraySpriteBatch missing method issue

By Gualdimar:
- Option to disable max zoom limit
- Slider tip permanent by default

Better error message for multiplayer games that get corrupted data from the server

Civilopedia entry for policy links to units and buildings that it enables/disables

Wonders with no tech requirement displayed in separate category

Attacking of any sort prevents undo of unit move
This commit is contained in:
Thyrum 2023-02-21 22:05:36 +00:00
parent c29e3ece95
commit 33e1b5c691
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.4.17
pkgver = 4.4.18
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.4.17.jar
source = Unciv-4.4.17.jar::https://github.com/yairm210/Unciv/releases/download/4.4.17/Unciv.jar
source = Unciv-4.4.17.png::https://raw.githubusercontent.com/yairm210/Unciv/4.4.17/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.4.17.zip::https://github.com/yairm210/Unciv/releases/download/4.4.17/linuxFilesForJar.zip
md5sums = 3c6fab346d3515542cb89a3161d0b2cb
noextract = Unciv-4.4.18.jar
source = Unciv-4.4.18.jar::https://github.com/yairm210/Unciv/releases/download/4.4.18/Unciv.jar
source = Unciv-4.4.18.png::https://raw.githubusercontent.com/yairm210/Unciv/4.4.18/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.4.18.zip::https://github.com/yairm210/Unciv/releases/download/4.4.18/linuxFilesForJar.zip
md5sums = e621efae8a49eb65126c48a986b2fdd8
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 8b6c16ec6404a928dcaf4752c7842798
md5sums = dc58e4734a7a1d0457e314713bdebd1b
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.4.17
_pkgver=4.4.18
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('3c6fab346d3515542cb89a3161d0b2cb'
md5sums=('e621efae8a49eb65126c48a986b2fdd8'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'8b6c16ec6404a928dcaf4752c7842798')
'dc58e4734a7a1d0457e314713bdebd1b')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"