diff options
author | Johann Lejeune | 2019-07-29 19:54:55 +0200 |
---|---|---|
committer | Johann Lejeune | 2019-07-29 19:54:55 +0200 |
commit | 4f0f8f1d705ea05f69d17fde6e7f1389036c9ca3 (patch) | |
tree | e0737c2a42fe82e887391ff63116b8b845b9a468 | |
parent | d375ae7737562b7dfe82a53f2d5ff7207d6cd677 (diff) | |
download | aur-4f0f8f1d705ea05f69d17fde6e7f1389036c9ca3.tar.gz |
Update to 2.9.20
-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.9.17 + pkgver = 2.9.20 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 = f4a3bd087a326c9d31f6c945e7ddbe0b - source_i686 = ankama-launcher-2.9.17-i386.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage + source_i686 = ankama-launcher-2.9.20-i386.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage md5sums_i686 = 43582538704d96540145186ea8626e1b - source_x86_64 = ankama-launcher-2.9.17-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage - md5sums_x86_64 = 6413bb82aa836245604ec14af3eee010 + source_x86_64 = ankama-launcher-2.9.20-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage + md5sums_x86_64 = 2253630065a5546118517207f9f09b72 pkgname = ankama-launcher @@ -4,7 +4,7 @@ # `touch $HOME/.local/share/appimagekit/no_desktopintegration` pkgname=ankama-launcher -pkgver=2.9.17 +pkgver=2.9.20 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=('f4a3bd087a326c9d31f6c945e7ddbe0b') md5sums_i686=('43582538704d96540145186ea8626e1b') -md5sums_x86_64=('6413bb82aa836245604ec14af3eee010') +md5sums_x86_64=('2253630065a5546118517207f9f09b72') [[ "$CARCH" == "i686" ]] && LARCH='i386' [[ "$CARCH" == "x86_64" ]] && LARCH='x86_64' |