Update to 4.6.5

Solved AI Great Scientist crash

Great Merchant doesn't try to go to unreachable tiles

By letstalkaboutdune:
- AbsoluteUnits - Sipahi, Hakkapeliitta, Janissary, Tercio, Musketeer, Minuteman

By SomeTroglodyte:
- Make AI diplomatic marriage safe from concurrent modification issues
- Fix Main Menu BG map cycle not stopping on user action
This commit is contained in:
Thyrum 2023-04-23 07:22:08 +00:00
parent eb44ecee2a
commit b31d2d4620
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.4_patch2
pkgver = 4.6.5
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.4-patch2.jar
source = Unciv-4.6.4-patch2.jar::https://github.com/yairm210/Unciv/releases/download/4.6.4-patch2/Unciv.jar
source = Unciv-4.6.4-patch2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.4-patch2/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.4-patch2.zip::https://github.com/yairm210/Unciv/releases/download/4.6.4-patch2/linuxFilesForJar.zip
md5sums = 265d11a5937f89ca183428d3392b5153
noextract = Unciv-4.6.5.jar
source = Unciv-4.6.5.jar::https://github.com/yairm210/Unciv/releases/download/4.6.5/Unciv.jar
source = Unciv-4.6.5.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.5/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.5.zip::https://github.com/yairm210/Unciv/releases/download/4.6.5/linuxFilesForJar.zip
md5sums = da7eb8f149b7f3e3b086b9dde86c4dd9
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = c8fe2fe28c250807c4980cb9283f75b6
md5sums = 47cd19296d32ae8f8685445d77611104
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.6.4-patch2
_pkgver=4.6.5
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('265d11a5937f89ca183428d3392b5153'
md5sums=('da7eb8f149b7f3e3b086b9dde86c4dd9'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'c8fe2fe28c250807c4980cb9283f75b6')
'47cd19296d32ae8f8685445d77611104')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"