Update to 4.11.7-patch1

This commit is contained in:
Thyrum 2024-04-24 22:03:23 +00:00
parent 1c6bc84124
commit b59f5d28fa
2 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
pkgbase = unciv-bin
pkgdesc = Open-source remake of Civilization V
pkgver = 4.11.7
pkgrel = 1
pkgver = 4.11.7_patch1
pkgrel = 0
url = https://github.com/yairm210/Unciv
arch = any
license = MPL-2.0
@ -10,12 +10,12 @@ pkgbase = unciv-bin
depends = xorg-xrandr
provides = unciv
conflicts = unciv
noextract = Unciv-4.11.7.jar
source = Unciv-4.11.7.jar::https://github.com/yairm210/Unciv/releases/download/4.11.7/Unciv.jar
source = Unciv-4.11.7.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.7/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.11.7.zip::https://github.com/yairm210/Unciv/releases/download/4.11.7/linuxFilesForJar.zip
md5sums = ef4f5695d37293490f7d106508265ba3
noextract = Unciv-4.11.7-patch1.jar
source = Unciv-4.11.7-patch1.jar::https://github.com/yairm210/Unciv/releases/download/4.11.7-patch1/Unciv.jar
source = Unciv-4.11.7-patch1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.11.7-patch1/extraImages/Icons/Unciv%20icon%20v5.png
source = Unciv-4.11.7-patch1.zip::https://github.com/yairm210/Unciv/releases/download/4.11.7-patch1/linuxFilesForJar.zip
md5sums = 46a4c39736fd7fe160232d4bab435cf2
md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68
md5sums = 83789347da5745cd9b5178e0d27527ac
md5sums = fa2b53ed092d0b7d6d20f1f722634707
pkgname = unciv-bin

View file

@ -2,9 +2,9 @@
pkgname=unciv-bin
_pkgname=Unciv
_pkgver=4.11.7
_pkgver=4.11.7-patch1
pkgver=${_pkgver//-/_}
pkgrel=1
pkgrel=0
pkgdesc="Open-source remake of Civilization V"
url="https://github.com/yairm210/Unciv"
license=('MPL-2.0')
@ -20,9 +20,9 @@ source=(
noextract=(
"$_pkgname-$_pkgver.jar"
)
md5sums=('ef4f5695d37293490f7d106508265ba3'
md5sums=('46a4c39736fd7fe160232d4bab435cf2'
'c3f79bbc7e80620b3cdc4f90f21f4d68'
'83789347da5745cd9b5178e0d27527ac')
'fa2b53ed092d0b7d6d20f1f722634707')
package() {
install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"