Update to 4.8.18

Modding: Added Human and AI filters, separated civFilter from nationFilter

By SomeTroglodyte:
- Patch for on-screen keyboard hiding pedia search results
- Rivers... Moddable Stats and Civilopedia
- World screen top bar scales down to available width
- 'Civ destroyed' Notification includes location
- Lots of other issue fixes!

By tuvus:
- Fixed land/sea nukes trying to act like air units
- Fixed promise not to settle

Fix Multiplayer spectator ids not logging  - By SeventhM
This commit is contained in:
Thyrum 2023-11-13 20:49:51 +00:00
parent 44ceb42f99
commit 6bcedcb18a
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.17
pkgver = 4.8.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.8.17.jar
source = Unciv-4.8.17.jar::https://github.com/yairm210/Unciv/releases/download/4.8.17/Unciv.jar
source = Unciv-4.8.17.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.17/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.17.zip::https://github.com/yairm210/Unciv/releases/download/4.8.17/linuxFilesForJar.zip
md5sums = 9929cb69751d1eb366c36193524f0bef
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
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 22a15b03027c5b6647474b6395f6dea6
md5sums = c588ba9199d4103413b4e2d03fb58ed0
pkgname = unciv-bin

View file

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