Update to 4.8.19

Modding: Added 'non-[filter]' filtering for unit filters, and multi-value filtering to all filters

Modding: Added '[relativeAmount] Air Interception Range' unique

Dim resources on tiles not immediately visible

By SomeTroglodyte:
- Allow controlling Android fullscreen from options
-
Fix unit triggers not triggering/triggering off the wrong units  - By SeventhM

AI diplomacy balancing  - By tuvus

Updated FantasyHex missile cruiser - By GeneralWadaling
This commit is contained in:
Thyrum 2023-11-18 20:59:07 +00:00
parent 6bcedcb18a
commit 2dadd2660a
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.18
pkgver = 4.8.19
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.18.jar
source = Unciv-4.8.18.jar::https://github.com/yairm210/Unciv/releases/download/4.8.18/Unciv.jar
source = Unciv-4.8.18.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.18/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.18.zip::https://github.com/yairm210/Unciv/releases/download/4.8.18/linuxFilesForJar.zip
md5sums = 0e6ee8d910338b6085e3acc4dd68be1c
noextract = Unciv-4.8.19.jar
source = Unciv-4.8.19.jar::https://github.com/yairm210/Unciv/releases/download/4.8.19/Unciv.jar
source = Unciv-4.8.19.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.19/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.19.zip::https://github.com/yairm210/Unciv/releases/download/4.8.19/linuxFilesForJar.zip
md5sums = b9b1060e330cc33f8a6a3ed2f8b40acc
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = c588ba9199d4103413b4e2d03fb58ed0
md5sums = bfdb4206d335263a2e677fcffb8fa854
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.8.18
_pkgver=4.8.19
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('0e6ee8d910338b6085e3acc4dd68be1c'
md5sums=('b9b1060e330cc33f8a6a3ed2f8b40acc'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'c588ba9199d4103413b4e2d03fb58ed0')
'bfdb4206d335263a2e677fcffb8fa854')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"