diff --git a/.SRCINFO b/.SRCINFO index 057472aa8c74b..11a4b03036f1a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = unciv-bin pkgdesc = Open-source remake of Civilization V - pkgver = 4.10.1 + pkgver = 4.10.2 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.10.1.jar - source = Unciv-4.10.1.jar::https://github.com/yairm210/Unciv/releases/download/4.10.1/Unciv.jar - source = Unciv-4.10.1.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.1/extraImages/Icons/Unciv%20icon%20v5.png - source = Unciv-4.10.1.zip::https://github.com/yairm210/Unciv/releases/download/4.10.1/linuxFilesForJar.zip - md5sums = 6d9ee3b975bfbc2e9087af134ebf51b9 + noextract = Unciv-4.10.2.jar + source = Unciv-4.10.2.jar::https://github.com/yairm210/Unciv/releases/download/4.10.2/Unciv.jar + source = Unciv-4.10.2.png::https://raw.githubusercontent.com/yairm210/Unciv/4.10.2/extraImages/Icons/Unciv%20icon%20v5.png + source = Unciv-4.10.2.zip::https://github.com/yairm210/Unciv/releases/download/4.10.2/linuxFilesForJar.zip + md5sums = 3c6c9510f561e78e09c6643a63f61e97 md5sums = c3f79bbc7e80620b3cdc4f90f21f4d68 - md5sums = e877a8cbab364eb645cea44e1b0dffdb + md5sums = 8856b629bddc867b7bc7d970b9c5da8f pkgname = unciv-bin diff --git a/PKGBUILD b/PKGBUILD index d49842204891f..4df77fe039062 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=unciv-bin _pkgname=Unciv -_pkgver=4.10.1 +_pkgver=4.10.2 pkgver=${_pkgver//-/_} pkgrel=0 pkgdesc="Open-source remake of Civilization V" @@ -20,9 +20,9 @@ source=( noextract=( "$_pkgname-$_pkgver.jar" ) -md5sums=('6d9ee3b975bfbc2e9087af134ebf51b9' +md5sums=('3c6c9510f561e78e09c6643a63f61e97' 'c3f79bbc7e80620b3cdc4f90f21f4d68' - 'e877a8cbab364eb645cea44e1b0dffdb') + '8856b629bddc867b7bc7d970b9c5da8f') package() { install -Dm755 Unciv.sh "$pkgdir/usr/bin/$_pkgname"