diff options
author | Genesis | 2019-02-22 07:09:49 +0100 |
---|---|---|
committer | Genesis | 2019-02-22 07:09:49 +0100 |
commit | de6ba096e68b3e0f09e7c8bf2baa4e4034345bfd (patch) | |
tree | aa473c5efdc4ea42fd568221fa0e3be35419e8b8 | |
parent | 04bf99fc441acd051b6cc821545cdff530eb352f (diff) | |
download | aur-de6ba096e68b3e0f09e7c8bf2baa4e4034345bfd.tar.gz |
Update to 2.8.22
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = ankama-launcher pkgdesc = A multi-game portal for all Ankama games. - pkgver = 2.8.20 + pkgver = 2.8.22 pkgrel = 1 url = https://www.ankama.com/en/launcher arch = i686 @@ -15,7 +15,7 @@ pkgbase = ankama-launcher source_i686 = https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage md5sums_i686 = 43582538704d96540145186ea8626e1b source_x86_64 = https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage - md5sums_x86_64 = b2ade152abfe7b44bab18bc0a493133b + md5sums_x86_64 = 95d8a625e166227e82e8c586fcd86bdf pkgname = ankama-launcher @@ -4,7 +4,7 @@ # `touch $HOME/.local/share/appimagekit/no_desktopintegration` pkgname=ankama-launcher -pkgver=2.8.20 +pkgver=2.8.22 pkgrel=1 pkgdesc='A multi-game portal for all Ankama games.' url='https://www.ankama.com/en/launcher' @@ -20,7 +20,7 @@ source_i686=('https://ankama.akamaized.net/zaap/installers/production/Ankama%20L source_x86_64=('https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage') md5sums=('f4a3bd087a326c9d31f6c945e7ddbe0b') md5sums_i686=('43582538704d96540145186ea8626e1b') -md5sums_x86_64=('b2ade152abfe7b44bab18bc0a493133b') +md5sums_x86_64=('95d8a625e166227e82e8c586fcd86bdf') [[ "$CARCH" == "i686" ]] && LARCH='i386' [[ "$CARCH" == "x86_64" ]] && LARCH='x86_64' |