Update to 4.6.11

Update UI after founding city when breaking promise

By SomeTroglodyte:
- Fixed 4.6.10 no longer loading some older games
- Prevent some state changing actions during next-turn
- Policy images in red text, policy branch icons in pedia

Added a fix for multiplayer with 1 human player  - By CrsiX

Add `May not annex cities` unique  - By Skekdog
This commit is contained in:
Thyrum 2023-05-11 11:04:12 +00:00
parent 336ce89142
commit 4bc443ebc5
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.6.10_patch2
pkgver = 4.6.11
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.6.10-patch2.jar
source = Unciv-4.6.10-patch2.jar::https://github.com/yairm210/Unciv/releases/download/4.6.10-patch2/Unciv.jar
source = Unciv-4.6.10-patch2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.10-patch2/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.10-patch2.zip::https://github.com/yairm210/Unciv/releases/download/4.6.10-patch2/linuxFilesForJar.zip
md5sums = 6f00a98c57dcda099f0a35e13d4fdb47
noextract = Unciv-4.6.11.jar
source = Unciv-4.6.11.jar::https://github.com/yairm210/Unciv/releases/download/4.6.11/Unciv.jar
source = Unciv-4.6.11.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.11/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.11.zip::https://github.com/yairm210/Unciv/releases/download/4.6.11/linuxFilesForJar.zip
md5sums = 7a1f46baad29bdc8a2b78c2a64221097
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = d1379d9c3e5849f6c309140fdbd854e5
md5sums = 7954cf995769d96c4abeb939b4ac35a7
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.6.10-patch2
_pkgver=4.6.11
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('6f00a98c57dcda099f0a35e13d4fdb47'
md5sums=('7a1f46baad29bdc8a2b78c2a64221097'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'd1379d9c3e5849f6c309140fdbd854e5')
'7954cf995769d96c4abeb939b4ac35a7')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"