Update to 4.6.16

By SomeTroglodyte:
- Unit Overview: Improving a tile is also "what the unit is doing"
- Replacement PlatformSaverLoader for Linux X11 systems
- All notifications from Overview are now temporary
- Politics overview no longer discloses random number of players

Worker will now replace improvements to get resources - By janarvid

Spectators do not get natural wonder discovery notifications

Added checksum to be added to uploaded multiplayer games

Policy adoption triggers resource recalculation
This commit is contained in:
Thyrum 2023-05-31 12:18:51 +00:00
parent 8069688c25
commit 57de61ce50
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.15
pkgver = 4.6.16
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.15.jar
source = Unciv-4.6.15.jar::https://github.com/yairm210/Unciv/releases/download/4.6.15/Unciv.jar
source = Unciv-4.6.15.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.15/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.15.zip::https://github.com/yairm210/Unciv/releases/download/4.6.15/linuxFilesForJar.zip
md5sums = fe29018103d0b851fde5353911b7816a
noextract = Unciv-4.6.16.jar
source = Unciv-4.6.16.jar::https://github.com/yairm210/Unciv/releases/download/4.6.16/Unciv.jar
source = Unciv-4.6.16.png::https://raw.githubusercontent.com/yairm210/Unciv/4.6.16/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.6.16.zip::https://github.com/yairm210/Unciv/releases/download/4.6.16/linuxFilesForJar.zip
md5sums = 278838ed8981de8b19cdd7fce9fe11af
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = d4b37eeb53948d2a0f7deafbeab6df42
md5sums = abb55543e7c483824d8fed8af0a31944
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.6.15
_pkgver=4.6.16
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('fe29018103d0b851fde5353911b7816a'
md5sums=('278838ed8981de8b19cdd7fce9fe11af'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'd4b37eeb53948d2a0f7deafbeab6df42')
'abb55543e7c483824d8fed8af0a31944')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"