Update to 4.9.10

Add remove unit promotion unique  - By PLynx01

Fix key bindings in edge case - By SomeTroglodyte

By remdu:
- Coast spread algorithm
- don'y initialize with non naturally generated terrain

Stop movement on Path Blocked - By itanasi

Only units that build roads have connect roads automation. - By willjallen

By SeventhM:
- Fix Great Scientist calculation
- Show stat percent differences in replacement building

Don't list Unique requiring a tech in the Civilopedia for that tech - By dHannasch
This commit is contained in:
Thyrum 2023-12-17 20:41:06 +00:00
parent 2e414951d6
commit 54fafe15b9
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.9.9
pkgver = 4.9.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.9.9.jar
source = Unciv-4.9.9.jar::https://github.com/yairm210/Unciv/releases/download/4.9.9/Unciv.jar
source = Unciv-4.9.9.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.9/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.9.9.zip::https://github.com/yairm210/Unciv/releases/download/4.9.9/linuxFilesForJar.zip
md5sums = 315dc0b480bbad3cdcd43057e34e284b
noextract = Unciv-4.9.10.jar
source = Unciv-4.9.10.jar::https://github.com/yairm210/Unciv/releases/download/4.9.10/Unciv.jar
source = Unciv-4.9.10.png::https://raw.githubusercontent.com/yairm210/Unciv/4.9.10/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.9.10.zip::https://github.com/yairm210/Unciv/releases/download/4.9.10/linuxFilesForJar.zip
md5sums = ff49d4c6a9f73138df9cc438481d7990
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 6122047be5fd543b1fed1472d55012c6
md5sums = 6321c505b44f6e10194512f2e29185a2
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.9.9
_pkgver=4.9.10
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('315dc0b480bbad3cdcd43057e34e284b'
md5sums=('ff49d4c6a9f73138df9cc438481d7990'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'6122047be5fd543b1fed1472d55012c6')
'6321c505b44f6e10194512f2e29185a2')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"