diff options
author | Genesis | 2019-09-27 17:57:26 +0200 |
---|---|---|
committer | Genesis | 2019-09-27 17:57:26 +0200 |
commit | 7a1d0b617af87ea487e58c27dd9039143df4be18 (patch) | |
tree | 914aaf999d6a6f6abf88a24b12965924f6cb9f67 | |
parent | 3e8037aa97105ea5d93e16a02105086372fb30f9 (diff) | |
download | aur-7a1d0b617af87ea487e58c27dd9039143df4be18.tar.gz |
Update to 2.10.12
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = ankama-launcher pkgdesc = A multi-game portal for all Ankama games. - pkgver = 2.10.5 + pkgver = 2.10.12 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.5-i386.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage + source_i686 = ankama-launcher-2.10.12-i386.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage md5sums_i686 = 43582538704d96540145186ea8626e1b - source_x86_64 = ankama-launcher-2.10.5-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage - md5sums_x86_64 = be3f6589fa6f62ff097fa0c58ec0aa89 + source_x86_64 = ankama-launcher-2.10.12-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage + md5sums_x86_64 = 19088b7b2a4d0329c0146979e6eac73b pkgname = ankama-launcher @@ -4,7 +4,7 @@ # `touch $HOME/.local/share/appimagekit/no_desktopintegration` pkgname=ankama-launcher -pkgver=2.10.5 +pkgver=2.10.12 pkgrel=1 pkgdesc='A multi-game portal for all Ankama games.' url='https://www.ankama.com/en/launcher' @@ -20,7 +20,7 @@ source_i686=("${pkgname}-${pkgver}-i386.AppImage::https://ankama.akamaized.net/z 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=('43582538704d96540145186ea8626e1b') -md5sums_x86_64=('be3f6589fa6f62ff097fa0c58ec0aa89') +md5sums_x86_64=('19088b7b2a4d0329c0146979e6eac73b') [[ "$CARCH" == "i686" ]] && LARCH='i386' [[ "$CARCH" == "x86_64" ]] && LARCH='x86_64' |