Update to 4.9.8

Add new map types  - By remdu

Avoid ANRs when users select mods that take above 500ms to run checks on

Add warning when buying a religious unit not of your religion  - By WhoIsJohannes

Allow arbitrary victory types for AI policy picking  - By SeventhM

By SomeTroglodyte:
- Civilopedia key bindings
- Great Person Points - Rounding changes, Breakdown UI
- Fix ended Leader Voice not cleared and resumed on un-pause

Fix 'Sleep Until Healed' action missing  - By soggerr
This commit is contained in:
Thyrum 2023-12-13 21:29:14 +00:00
parent 0b2aa36dee
commit 23b2e88397
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.9.7
pkgver = 4.9.8
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.9.7.jar
source = Unciv-4.9.7.jar::https://github.com/yairm210/Unciv/releases/download/4.9.7/Unciv.jar
source = Unciv-4.9.7.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.7/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.9.7.zip::https://github.com/yairm210/Unciv/releases/download/4.9.7/linuxFilesForJar.zip
md5sums = ca58901b4083396b552a7634b239972b
noextract = Unciv-4.9.8.jar
source = Unciv-4.9.8.jar::https://github.com/yairm210/Unciv/releases/download/4.9.8/Unciv.jar
source = Unciv-4.9.8.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.8/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.9.8.zip::https://github.com/yairm210/Unciv/releases/download/4.9.8/linuxFilesForJar.zip
md5sums = 610be97c39ee2009d311952228ab6880
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = ceb889a5d4465fb976cd85c4f0edbbd5
md5sums = 8c7651a2ddf2295ca40a0d38fff50865
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.9.7
_pkgver=4.9.8
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('ca58901b4083396b552a7634b239972b'
md5sums=('610be97c39ee2009d311952228ab6880'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'ceb889a5d4465fb976cd85c4f0edbbd5')
'8c7651a2ddf2295ca40a0d38fff50865')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"