Update to 4.1.3

## 4.1.3

By SomeTroglodyte:
- Implement 'wait' command
- Re-hide Enable Portrait option on desktop
- Show required resource for upgrades
- Fix Right-Click attacks made no sound

Fix missing icons in civilopedia from main menu - By OptimizedForDensity

By Azzurite:
- Return to current game from main menu "Resume"

By alexban011:
- Fixed slider sound when opening screens
- Added confirmation option for "next turn"

Adding spaceship sprites for FantasyHex tileset - By GeneralWadaling
This commit is contained in:
Thyrum 2022-05-26 11:56:21 +02:00
parent fff177ffee
commit 1a63a72073
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = unciv-bin
pkgdesc = Open-source remake of Civilization V
pkgver = 4.1.2
pkgver = 4.1.3
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.1.2.jar
source = Unciv-4.1.2.jar::https://github.com/yairm210/Unciv/releases/download/4.1.2/Unciv.jar
source = Unciv-4.1.2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.2/extraImages/Unciv%20icon%20v4.png
noextract = Unciv-4.1.3.jar
source = Unciv-4.1.3.jar::https://github.com/yairm210/Unciv/releases/download/4.1.3/Unciv.jar
source = Unciv-4.1.3.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.3/extraImages/Unciv%20icon%20v4.png
source = Unciv.sh
source = Unciv.desktop
md5sums = 245dd008192a52fedd24747dc5a0b2cf
md5sums = f933d7cf9abb158ee348fc97f19a1c12
md5sums = 5aca7fc33f121fcf901fef14f784731a
md5sums = b5c3190a1616e545df32536920e07c98
md5sums = 42d5f7ea8ee48d2d643d070786f039ba

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.1.2
_pkgver=4.1.3
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -21,7 +21,7 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('245dd008192a52fedd24747dc5a0b2cf'
md5sums=('f933d7cf9abb158ee348fc97f19a1c12'
'5aca7fc33f121fcf901fef14f784731a'
'b5c3190a1616e545df32536920e07c98'
'42d5f7ea8ee48d2d643d070786f039ba')