Update to 4.1.15

## 4.1.15

By OptimizedForDensity:
- Add support for era-specific unit sprites
- Don't wake civilians to danger if they're in a city
- Fix translation issues from nested brackets and braces

By alexban011:
- Fixed brackets in notification logs
- Exception handling when loading mod options

Moddable prettier Tutorials - By SomeTroglodyte

By Azzurite:
- Save compatibility handling
- Fix OutOfMemoryError when loading a game and another is already loaded

Fix crash when exploring - By Skekdog
This commit is contained in:
Thyrum 2022-07-01 15:37:20 +02:00
parent 1e21d01584
commit 526b37fe6f
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.14_patch1
pkgver = 4.1.15
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.14-patch1.jar
source = Unciv-4.1.14-patch1.jar::https://github.com/yairm210/Unciv/releases/download/4.1.14-patch1/Unciv.jar
source = Unciv-4.1.14-patch1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.14-patch1/extraImages/Unciv%20icon%20v4.png
noextract = Unciv-4.1.15.jar
source = Unciv-4.1.15.jar::https://github.com/yairm210/Unciv/releases/download/4.1.15/Unciv.jar
source = Unciv-4.1.15.png::https://raw.githubusercontent.com/yairm210/Unciv/4.1.15/extraImages/Unciv%20icon%20v4.png
source = Unciv.sh
source = Unciv.desktop
md5sums = 2b0c1855f75ea83fac35c5c95c936924
md5sums = 5c4a92cdad5d73755b77e1a22b663dd7
md5sums = 5aca7fc33f121fcf901fef14f784731a
md5sums = b5c3190a1616e545df32536920e07c98
md5sums = 42d5f7ea8ee48d2d643d070786f039ba

View file

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