diff options
author | Tharre <tharre3@gmail.com> | 2017-07-24 16:41:37 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-07-24 16:41:37 +0200 |
commit | b824c867ab9bda62d104f07616e3d74f77e3ec56 (patch) | |
tree | 3fa312f80b58d311549a1142d7044ab540ae9b0e | |
parent | 0bda6db7be6bfe2122644c855d9a9546a5bb58be (diff) | |
download | pkgbuilds-b824c867ab9bda62d104f07616e3d74f77e3ec56.tar.gz pkgbuilds-b824c867ab9bda62d104f07616e3d74f77e3ec56.tar.xz pkgbuilds-b824c867ab9bda62d104f07616e3d74f77e3ec56.zip |
albion-online-launcher-bin: bump version
-rw-r--r-- | albion-online-launcher-bin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/albion-online-launcher-bin/PKGBUILD b/albion-online-launcher-bin/PKGBUILD index d3128bb..5a369f8 100644 --- a/albion-online-launcher-bin/PKGBUILD +++ b/albion-online-launcher-bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Tharre <tharre3@gmail.com> pkgname=albion-online-launcher-bin -pkgver=1.0.34.156 +pkgver=1.0.34.160 pkgrel=1 pkgdesc="The first true cross-platform Sandbox MMO -- launcher client" url="https://albiononline.com/" @@ -9,10 +9,10 @@ arch=('x86_64') license=('custom') depends=('libgl' 'qt5-webengine' 'xdelta3' 'libxinerama' 'ttf-font' 'sndio') makedepends=('patchelf') -source=(${pkgname}-${pkgver}.zip::"https://live.albiononline.com/clients/albion-online-setup" +source=(${pkgname}-${pkgver}.zip::"https://live.albiononline.com/autoupdate/launcher-linux-setup-${pkgver}" "Albion-Online" "albion-online-launcher.desktop") options=(!strip) -sha256sums=('fffe4bbfbcf181f0716b6fa34dc1bb28b885545553cce6535e79c829ec234388' +sha256sums=('cef6d81697b12ff03dc52f6084429a648493d1acee27dc0973206b6cff248489' '6e3967409add36965304f7c09567b274c1e7d1dbd090d20d904c4180976cd965' '33dd2dde06e27a18b04296c53998464080ccfd025bd0674acd7f08e8dc003660') |