diff options
author | Genesis | 2019-10-11 06:50:54 +0200 |
---|---|---|
committer | Genesis | 2019-10-11 06:50:54 +0200 |
commit | ae8e45e9be9a01193d9cc980db6fdc0ba27e0be7 (patch) | |
tree | 9b011cf8ac8bda73c7470306b0e27a5456bff761 | |
parent | 0f6f49324afefeeecac3e026c193a6e4ef11078c (diff) | |
download | aur-ae8e45e9be9a01193d9cc980db6fdc0ba27e0be7.tar.gz |
Update to 2.10.15
-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.13 + pkgver = 2.10.15 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.13-i386.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage - md5sums_i686 = 817f1a35224144a566e186c563dc5794 - source_x86_64 = ankama-launcher-2.10.13-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage - md5sums_x86_64 = 95d33d7795e30a060eca4c25b71fe584 + source_i686 = ankama-launcher-2.10.15-i386.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage + md5sums_i686 = 0d883e0a3d7f71cada26624d8a1efee1 + source_x86_64 = ankama-launcher-2.10.15-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage + md5sums_x86_64 = e0053f3366db89d50e273cf12b63b7b0 pkgname = ankama-launcher @@ -4,7 +4,7 @@ # `touch $HOME/.local/share/appimagekit/no_desktopintegration` pkgname=ankama-launcher -pkgver=2.10.13 +pkgver=2.10.15 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=('817f1a35224144a566e186c563dc5794') -md5sums_x86_64=('95d33d7795e30a060eca4c25b71fe584') +md5sums_i686=('0d883e0a3d7f71cada26624d8a1efee1') +md5sums_x86_64=('e0053f3366db89d50e273cf12b63b7b0') [[ "$CARCH" == "i686" ]] && LARCH='i386' [[ "$CARCH" == "x86_64" ]] && LARCH='x86_64' |