Update to 4.8.6

Mod checker accepts era for unit type

AI Declaration of Friendship rework  - By tuvus

By SomeTroglodyte:
- A 'Status' column for City Overview
- Fix maximum window bounds for zoomed-in displays
- Generic Widget/Provider framework for sortable grids

Remove Faith bonus from Vanilla Siam  - By SpacedOutChicken

Unit tests for Battle.kt  - By Framonti
This commit is contained in:
Thyrum 2023-09-18 07:22:02 +00:00
parent 69fe600ce4
commit b59fe15729
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.8.5
pkgver = 4.8.6
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.8.5.jar
source = Unciv-4.8.5.jar::https://github.com/yairm210/Unciv/releases/download/4.8.5/Unciv.jar
source = Unciv-4.8.5.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.5/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.5.zip::https://github.com/yairm210/Unciv/releases/download/4.8.5/linuxFilesForJar.zip
md5sums = 57e7a6177a889ee7db39c6210f30c4d9
noextract = Unciv-4.8.6.jar
source = Unciv-4.8.6.jar::https://github.com/yairm210/Unciv/releases/download/4.8.6/Unciv.jar
source = Unciv-4.8.6.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.6/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.6.zip::https://github.com/yairm210/Unciv/releases/download/4.8.6/linuxFilesForJar.zip
md5sums = f5e065061664d2d9a5393bb295275b88
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = d9e90c61d97e720badc15b3baa83f465
md5sums = 857b77074b96416f0c0f1e418ccdd563
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.8.5
_pkgver=4.8.6
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('57e7a6177a889ee7db39c6210f30c4d9'
md5sums=('f5e065061664d2d9a5393bb295275b88'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'd9e90c61d97e720badc15b3baa83f465')
'857b77074b96416f0c0f1e418ccdd563')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"