Update to 4.8.9-patch1

This commit is contained in:
Thyrum 2023-10-01 11:05:59 +00:00
parent 7ecb9d3c29
commit 4fb35efefe
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.9
pkgver = 4.8.9_patch1
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.9.jar
source = Unciv-4.8.9.jar::https://github.com/yairm210/Unciv/releases/download/4.8.9/Unciv.jar
source = Unciv-4.8.9.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.9/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.9.zip::https://github.com/yairm210/Unciv/releases/download/4.8.9/linuxFilesForJar.zip
md5sums = dcd52f95eec419daf41320092c7d0384
noextract = Unciv-4.8.9-patch1.jar
source = Unciv-4.8.9-patch1.jar::https://github.com/yairm210/Unciv/releases/download/4.8.9-patch1/Unciv.jar
source = Unciv-4.8.9-patch1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.8.9-patch1/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.8.9-patch1.zip::https://github.com/yairm210/Unciv/releases/download/4.8.9-patch1/linuxFilesForJar.zip
md5sums = 865bc3a7d6a68fe0dc8eddbfecd06873
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 6e8e18de55b9448e403f15267ad4c2b8
md5sums = 167fac6434e3221d1f458e62f6516b41
pkgname = unciv-bin

View file

@ -2,7 +2,7 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.8.9
_pkgver=4.8.9-patch1
pkgver=${_pkgver//-/_}
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('dcd52f95eec419daf41320092c7d0384'
md5sums=('865bc3a7d6a68fe0dc8eddbfecd06873'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'6e8e18de55b9448e403f15267ad4c2b8')
'167fac6434e3221d1f458e62f6516b41')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"