Update to 4.11.10

By tuvus:
- Add missing espionage uniques
- Next turn button shows move spies notification icon
- Added diplomatic repercussions for spying on a civ
- Spy rank UI and fixes
- Fixed city-state alliance join war notification

Better 'hidden in civilopedia' logic - By SomeTroglodyte

Added victoryType conditionals  - By PLynx01
This commit is contained in:
Thyrum 2024-05-04 19:01:39 +00:00
parent 74d9ab103a
commit ba8fcbeeaf
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.9
pkgver = 4.11.10
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.9.jar
source = Unciv-4.11.9.jar::https://github.com/yairm210/Unciv/releases/download/4.11.9/Unciv.jar
source = Unciv-4.11.9.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.9/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.11.9.zip::https://github.com/yairm210/Unciv/releases/download/4.11.9/linuxFilesForJar.zip
md5sums = e4651f6f263f3cf93f99de50c91e4eec
noextract = Unciv-4.11.10.jar
source = Unciv-4.11.10.jar::https://github.com/yairm210/Unciv/releases/download/4.11.10/Unciv.jar
source = Unciv-4.11.10.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.10/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.11.10.zip::https://github.com/yairm210/Unciv/releases/download/4.11.10/linuxFilesForJar.zip
md5sums = 7d813a37f27fba9077cc882f8810c195
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = d21a85358629a810d9fbe5f4a0ea6a4b
md5sums = 9aca5210eff15b03511ba83398daefed
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.11.9
_pkgver=4.11.10
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('e4651f6f263f3cf93f99de50c91e4eec'
md5sums=('7d813a37f27fba9077cc882f8810c195'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'd21a85358629a810d9fbe5f4a0ea6a4b')
'9aca5210eff15b03511ba83398daefed')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"