Update to 4.11.17

Unavailable techs work well with tech picker screen

Added ruleset check for resource uniques with resource conditionals

By tuvus:
- Added an option to disable move by long press
- Fixed spy steal tech timer
- Spy max rank can be modded

By SomeTroglodyte:
- Sortable unit overview
- Console: Improve `civ activatetrigger` command
- UI candy: WLTK fireworks
- ModOptions unique for mods to control which map gets preselected
This commit is contained in:
Thyrum 2024-06-04 15:29:15 +00:00
parent d1c3320101
commit 561e7ffdb4
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.11.16
pkgver = 4.11.17
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.11.16.jar
source = Unciv-4.11.16.jar::https://github.com/yairm210/Unciv/releases/download/4.11.16/Unciv.jar
source = Unciv-4.11.16.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.16/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.11.16.zip::https://github.com/yairm210/Unciv/releases/download/4.11.16/linuxFilesForJar.zip
md5sums = fbcd9a2c5d0928acbc7b38f5c9435a07
noextract = Unciv-4.11.17.jar
source = Unciv-4.11.17.jar::https://github.com/yairm210/Unciv/releases/download/4.11.17/Unciv.jar
source = Unciv-4.11.17.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.17/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.11.17.zip::https://github.com/yairm210/Unciv/releases/download/4.11.17/linuxFilesForJar.zip
md5sums = 55a249b9431d6f3ec4dad090ac000372
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 9a18f864c9e6da0063f9f520d9d8928c
md5sums = b8b4a439a4760e0d559db90468d1c705
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.11.16
_pkgver=4.11.17
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('fbcd9a2c5d0928acbc7b38f5c9435a07'
md5sums=('55a249b9431d6f3ec4dad090ac000372'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'9a18f864c9e6da0063f9f520d9d8928c')
'b8b4a439a4760e0d559db90468d1c705')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"