Update to 4.10.1

'cities auto-bombard at end of turn' is a user option

Improved Console autocomplete - By SomeTroglodyte

By tuvus:
- AI worker road priority rework
- Spectators can see the diplomacy screen of the civ that they have selected
- Checking if a tile is in work range now checks all cities

Assume the relevant city for triggered uniques  - By SeventhM
This commit is contained in:
Thyrum 2024-01-21 17:56:21 +00:00
parent 124be0e2ea
commit 0956ebe70e
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.10.0
pkgver = 4.10.1
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.10.0.jar
source = Unciv-4.10.0.jar::https://github.com/yairm210/Unciv/releases/download/4.10.0/Unciv.jar
source = Unciv-4.10.0.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.0/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.10.0.zip::https://github.com/yairm210/Unciv/releases/download/4.10.0/linuxFilesForJar.zip
md5sums = 3f947717ec8ea46e320c9e8217240934
noextract = Unciv-4.10.1.jar
source = Unciv-4.10.1.jar::https://github.com/yairm210/Unciv/releases/download/4.10.1/Unciv.jar
source = Unciv-4.10.1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.1/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.10.1.zip::https://github.com/yairm210/Unciv/releases/download/4.10.1/linuxFilesForJar.zip
md5sums = 6d9ee3b975bfbc2e9087af134ebf51b9
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = fdcf5358a12df2af20c2dc44a66450d9
md5sums = e877a8cbab364eb645cea44e1b0dffdb
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.10.0
_pkgver=4.10.1
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('3f947717ec8ea46e320c9e8217240934'
md5sums=('6d9ee3b975bfbc2e9087af134ebf51b9'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'fdcf5358a12df2af20c2dc44a66450d9')
'e877a8cbab364eb645cea44e1b0dffdb')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"