diff options
author | Genesis | 2019-12-15 09:48:51 +0100 |
---|---|---|
committer | Genesis | 2019-12-15 09:48:51 +0100 |
commit | fd9ee5faedc4fccdeb58379151245c150654cb62 (patch) | |
tree | 94990b0ba493d96a144d655fece69ab63b7aa6fe | |
parent | 76f2fa27bb56eedc451d7a7311963f285e705cd3 (diff) | |
download | aur-fd9ee5faedc4fccdeb58379151245c150654cb62.tar.gz |
Update to 2.11.4
Update download sources
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 12 insertions, 12 deletions
@@ -1,7 +1,7 @@ pkgbase = ankama-launcher pkgdesc = A multi-game portal for all Ankama games. - pkgver = 2.10.31 - pkgrel = 2 + pkgver = 2.11.4 + pkgrel = 1 url = https://www.ankama.com/en/launcher install = ankama-launcher.install arch = i686 @@ -15,10 +15,10 @@ pkgbase = ankama-launcher options = !strip source = ankama-launcher md5sums = e6a225e04a4a4105059af02873cf65a5 - source_i686 = ankama-launcher-2.10.31-i686.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-i386.AppImage - md5sums_i686 = 64c1dd6b072d3d95b9c38bd6e60eec61 - source_x86_64 = ankama-launcher-2.10.31-x86_64.AppImage::https://ankama.akamaized.net/zaap/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage - md5sums_x86_64 = 3793bfded627af12e6062895a4604649 + source_i686 = ankama-launcher-2.11.4-i686.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-i386.AppImage + md5sums_i686 = 7bf454b0e3020969e4e2173fa6dd0071 + source_x86_64 = ankama-launcher-2.11.4-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage + md5sums_x86_64 = fb9f96aecbac089fc7ffded874461ec2 pkgname = ankama-launcher @@ -1,8 +1,8 @@ # Maintainer: Genesis <tofupedia.fr@gmail.com> pkgname=ankama-launcher -pkgver=2.10.31 -pkgrel=2 +pkgver=2.11.4 +pkgrel=1 pkgdesc='A multi-game portal for all Ankama games.' url='https://www.ankama.com/en/launcher' @@ -15,11 +15,11 @@ optdepends=('wine: to play Dofus' 'java-environment: to play Wakfu') options=('!strip') source=('ankama-launcher') -source_i686=("${pkgname}-${pkgver}-i686.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") +source_i686=("${pkgname}-${pkgver}-i686.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-i386.AppImage") +source_x86_64=("${pkgname}-${pkgver}-x86_64.AppImage::https://launcher.cdn.ankama.com/installers/production/Ankama%20Launcher-Setup-x86_64.AppImage") md5sums=('e6a225e04a4a4105059af02873cf65a5') -md5sums_i686=('64c1dd6b072d3d95b9c38bd6e60eec61') -md5sums_x86_64=('3793bfded627af12e6062895a4604649') +md5sums_i686=('7bf454b0e3020969e4e2173fa6dd0071') +md5sums_x86_64=('fb9f96aecbac089fc7ffded874461ec2') prepare() { cd "${srcdir}" |