Update to 4.5.17

Battle table bonuses according to tile to attack from

AI cannot buy tiles not contiguous to city

By SomeTroglodyte:
- Notifications can be hidden
- "Random Nations" fixes
- Victory screen reorg/cleanup
- MapEditor 'pinch zoom' painting fix

By WhoIsJohannes:
- Victory screen score charts!
- AI: Don't buy tiles in the very early game.
- AI: Military production when under stress

AbsoluteUnits - Mandekalu Cavalry, Conquistador, Inquisitor (Post-Industrial)  - By letstalkaboutdune
This commit is contained in:
Thyrum 2023-04-08 19:27:02 +00:00
parent a44fdc7269
commit 2ab3288abb
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.5.16
pkgver = 4.5.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.5.16.jar
source = Unciv-4.5.16.jar::https://github.com/yairm210/Unciv/releases/download/4.5.16/Unciv.jar
source = Unciv-4.5.16.png::https://raw.githubusercontent.com/yairm210/Unciv/4.5.16/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.5.16.zip::https://github.com/yairm210/Unciv/releases/download/4.5.16/linuxFilesForJar.zip
md5sums = 9a61aa9e0b83ce6f7a6a9858092cd9bd
noextract = Unciv-4.5.17.jar
source = Unciv-4.5.17.jar::https://github.com/yairm210/Unciv/releases/download/4.5.17/Unciv.jar
source = Unciv-4.5.17.png::https://raw.githubusercontent.com/yairm210/Unciv/4.5.17/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.5.17.zip::https://github.com/yairm210/Unciv/releases/download/4.5.17/linuxFilesForJar.zip
md5sums = c2d9aa8d99c76ec6247824af54bc87e8
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = b0de1e2c9a55abd9b8d4af4051f59c23
md5sums = 31df68f95c9790d95b949a2121986fa6
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.5.16
_pkgver=4.5.17
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('9a61aa9e0b83ce6f7a6a9858092cd9bd'
md5sums=('c2d9aa8d99c76ec6247824af54bc87e8'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'b0de1e2c9a55abd9b8d4af4051f59c23')
'31df68f95c9790d95b949a2121986fa6')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"