diff --git a/.SRCINFO b/.SRCINFO index 62c67fa53deba..caf6b6749e139 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.2.0 + pkgver = 4.2.1_itch.io 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.2.0.jar - source = Unciv-4.2.0.jar::https://github.com/yairm210/Unciv/releases/download/4.2.0/Unciv.jar - source = Unciv-4.2.0.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.0/extraImages/Unciv%20icon%20v4.png - source = Unciv-4.2.0.zip::https://github.com/yairm210/Unciv/releases/download/4.2.0/linuxFilesForJar.zip - md5sums = 38ff25f967ae506e57c8dc9f51e5240f + noextract = Unciv-4.2.1-itch.io.jar + source = Unciv-4.2.1-itch.io.jar::https://github.com/yairm210/Unciv/releases/download/4.2.1-itch.io/Unciv.jar + source = Unciv-4.2.1-itch.io.png::https://raw.githubusercontent.com/yairm210/Unciv/4.2.1-itch.io/extraImages/Unciv%20icon%20v4.png + source = Unciv-4.2.1-itch.io.zip::https://github.com/yairm210/Unciv/releases/download/4.2.1-itch.io/linuxFilesForJar.zip + md5sums = 9c4f717d78133a99e0b479b8c123fe4a md5sums = 5aca7fc33f121fcf901fef14f784731a - md5sums = d9446fd266d5fdb810bf6e3e67cf19f7 + md5sums = c1285404549378e4aa21eab7a255fe61 pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index e23235400fcf8..69c057d0782cb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.2.0 +_pkgver=4.2.1-itch.io pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('38ff25f967ae506e57c8dc9f51e5240f' +md5sums=('9c4f717d78133a99e0b479b8c123fe4a' '5aca7fc33f121fcf901fef14f784731a' - 'd9446fd266d5fdb810bf6e3e67cf19f7') + 'c1285404549378e4aa21eab7a255fe61') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"