Update to 4.8.8

performance:
- Faster ruleset validation
- Faster ruleset loading

modding: Added json schemas for autocomplete and error detection

By tuvus:
- AI Open Borders Offer fix
- Fix Nuke Notification

Fix City construction context menu changing Puppets  - By SomeTroglodyte
This commit is contained in:
Thyrum 2023-09-26 19:03:42 +00:00
parent 2f483ca3b2
commit 5a3628a712
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.8.7_google_play
pkgver = 4.8.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.8.7-google-play.jar
source = Unciv-4.8.7-google-play.jar::https://github.com/yairm210/Unciv/releases/download/4.8.7-google-play/Unciv.jar
source = Unciv-4.8.7-google-play.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.7-google-play/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.7-google-play.zip::https://github.com/yairm210/Unciv/releases/download/4.8.7-google-play/linuxFilesForJar.zip
md5sums = 71870d1f603277a41dab9dcce28f7ffa
noextract = Unciv-4.8.8.jar
source = Unciv-4.8.8.jar::https://github.com/yairm210/Unciv/releases/download/4.8.8/Unciv.jar
source = Unciv-4.8.8.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.8/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.8.zip::https://github.com/yairm210/Unciv/releases/download/4.8.8/linuxFilesForJar.zip
md5sums = b0043b56b14b95babcb367f8290f583e
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = b3392c91e9d3bee16d09d460e890216c
md5sums = 3e6e6e8cb7583863b3839469f48bf055
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.8.7-google-play
_pkgver=4.8.8
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('71870d1f603277a41dab9dcce28f7ffa'
md5sums=('b0043b56b14b95babcb367f8290f583e'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'b3392c91e9d3bee16d09d460e890216c')
'3e6e6e8cb7583863b3839469f48bf055')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"