diff options
author | Genesis | 2019-05-27 07:56:36 +0200 |
---|---|---|
committer | Genesis | 2019-05-27 07:56:36 +0200 |
commit | 37331ffcc569620122e02f11403bb0e38968a7fe (patch) | |
tree | 5866b697c154cf2405265cbba47da73620e3d034 | |
parent | 1617c92c70e36796e8eca43e6d2e2cb8d9da8029 (diff) | |
download | aur-37331ffcc569620122e02f11403bb0e38968a7fe.tar.gz |
Update to 2.9.6
-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.9.2 + pkgver = 2.9.6 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 = b306cca0d54e2f68462e6ef205ce9193 + md5sums_x86_64 = 7cf8da2ec523b8ad079caa5a63e49775 pkgname = ankama-launcher @@ -4,7 +4,7 @@ # `touch $HOME/.local/share/appimagekit/no_desktopintegration` pkgname=ankama-launcher -pkgver=2.9.2 +pkgver=2.9.6 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=('b306cca0d54e2f68462e6ef205ce9193') +md5sums_x86_64=('7cf8da2ec523b8ad079caa5a63e49775') [[ "$CARCH" == "i686" ]] && LARCH='i386' [[ "$CARCH" == "x86_64" ]] && LARCH='x86_64' |