Update to 4.8.9

New online multiplayer no longer stuck when first player is human spectator

Modding:
- Replaced old religion style actions! Paves the way for unit action generalization
- Mod checker displays *all* unknown uniques

By SomeTroglodyte:
- Pedia pixel units
- Fix top bar layout
- City overview restore fixed header

Apply conditionals for free buildings to the destination city instead of the originating city  - By SeventhM

Test city conquest functions  - By Framonti
This commit is contained in:
Thyrum 2023-10-01 07:31:14 +00:00
parent 5a3628a712
commit 7ecb9d3c29
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.8
pkgver = 4.8.9
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.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
noextract = Unciv-4.8.9.jar
source = Unciv-4.8.9.jar::https://github.com/yairm210/Unciv/releases/download/4.8.9/Unciv.jar
source = Unciv-4.8.9.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.9/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.9.zip::https://github.com/yairm210/Unciv/releases/download/4.8.9/linuxFilesForJar.zip
md5sums = dcd52f95eec419daf41320092c7d0384
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 3e6e6e8cb7583863b3839469f48bf055
md5sums = 6e8e18de55b9448e403f15267ad4c2b8
pkgname = unciv-bin

View file

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