Update to 3.14.12

This commit is contained in:
Thyrum 2021-05-31 15:37:18 +02:00
parent b18fb24ed7
commit 884aab4a5d
2 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = unciv-bin
pkgdesc = Open-source remake of Civilization V
pkgver = 3.14.10
pkgver = 3.14.12
pkgrel = 1
url = https://github.com/yairm210/Unciv
arch = any
@ -10,11 +10,11 @@ pkgbase = unciv-bin
depends = xorg-xrandr
provides = unciv
conflicts = unciv
source = Unciv.jar::https://github.com/yairm210/Unciv/releases/download/3.14.10/Unciv.jar
source = unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/3.14.10/extraImages/Unciv%20icon%20v4.png
source = Unciv.jar::https://github.com/yairm210/Unciv/releases/download/3.14.12/Unciv.jar
source = unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/3.14.12/extraImages/Unciv%20icon%20v4.png
source = Unciv.sh
source = Unciv.desktop
md5sums = 7c1541523454891b8dc58487033e0506
md5sums = 21d378a05c0507237ced5a5c04257b75
md5sums = 5aca7fc33f121fcf901fef14f784731a
md5sums = f8eab098f20681b8db232cc5709713d3
md5sums = 42d5f7ea8ee48d2d643d070786f039ba

View file

@ -2,7 +2,8 @@
pkgname=unciv-bin
_pkgname=Unciv
pkgver=3.14.10
_pkgver=3.14.12
pkgver=${_pkgver//-/_}
pkgrel=1
pkgdesc="Open-source remake of Civilization V"
url="https://github.com/yairm210/Unciv"
@ -12,12 +13,12 @@ provides=('unciv')
conflicts=('unciv')
arch=('any')
source=(
"$_pkgname.jar::https://github.com/yairm210/Unciv/releases/download/${pkgver//_/-}/Unciv.jar"
"unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/${pkgver//_/-}/extraImages/Unciv%20icon%20v4.png"
"$_pkgname.jar::https://github.com/yairm210/Unciv/releases/download/$_pkgver/Unciv.jar"
"unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/$_pkgver/extraImages/Unciv%20icon%20v4.png"
"$_pkgname.sh"
"$_pkgname.desktop"
)
md5sums=('7c1541523454891b8dc58487033e0506'
md5sums=('21d378a05c0507237ced5a5c04257b75'
'5aca7fc33f121fcf901fef14f784731a'
'f8eab098f20681b8db232cc5709713d3'
'42d5f7ea8ee48d2d643d070786f039ba')