diff options
author | Genesis | 2019-11-05 02:48:08 +0100 |
---|---|---|
committer | Genesis | 2019-11-05 02:48:08 +0100 |
commit | 0edec7714f8126a3c6f1b44712bebe9f2144e7f7 (patch) | |
tree | 978eb77c5ebcbb4024704396add8b2427e3ba02d | |
parent | 1c86845f05652f7a4ff42a56bdb946156762b78f (diff) | |
download | aur-0edec7714f8126a3c6f1b44712bebe9f2144e7f7.tar.gz |
Update to 2.10.24
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = ankama-launcher pkgdesc = A multi-game portal for all Ankama games. - pkgver = 2.10.21 + pkgver = 2.10.24 pkgrel = 1 url = https://www.ankama.com/en/launcher arch = i686 @@ -12,10 +12,10 @@ pkgbase = ankama-launcher options = !strip source = ankama-launcher.desktop.patch md5sums = 7a78ebe882f8044746b83e1adf827640 - source_i686 = ankama-launcher-2.10.21-i386.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage - md5sums_i686 = 653d0ca6d50269d5b5ca794d9f4de7d2 - source_x86_64 = ankama-launcher-2.10.21-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage - md5sums_x86_64 = 8abbb533be72464122688f8dc76324fd + source_i686 = ankama-launcher-2.10.24-i386.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage + md5sums_i686 = da39331fe03fedd0d483a4ac7a41cfc6 + source_x86_64 = ankama-launcher-2.10.24-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage + md5sums_x86_64 = 59b3fe382bab6b7e1f1c3195f3407fb7 pkgname = ankama-launcher @@ -4,7 +4,7 @@ # `touch $HOME/.local/share/appimagekit/no_desktopintegration` pkgname=ankama-launcher -pkgver=2.10.21 +pkgver=2.10.24 pkgrel=1 pkgdesc='A multi-game portal for all Ankama games.' url='https://www.ankama.com/en/launcher' @@ -19,8 +19,8 @@ source=('ankama-launcher.desktop.patch') source_i686=("${pkgname}-${pkgver}-i386.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage") source_x86_64=("${pkgname}-${pkgver}-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage") md5sums=('7a78ebe882f8044746b83e1adf827640') -md5sums_i686=('653d0ca6d50269d5b5ca794d9f4de7d2') -md5sums_x86_64=('8abbb533be72464122688f8dc76324fd') +md5sums_i686=('da39331fe03fedd0d483a4ac7a41cfc6') +md5sums_x86_64=('59b3fe382bab6b7e1f1c3195f3407fb7') [[ "$CARCH" == "i686" ]] && LARCH='i386' [[ "$CARCH" == "x86_64" ]] && LARCH='x86_64' |