summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-03-18 16:31:14 +0000
committerGrey Christoforo2018-03-18 16:31:14 +0000
commit9f9c952824026125c724fdca0c5246752afedd76 (patch)
treee265dcdc3f4548f79c0581cec6b33bae12a49463
parent925e7454ea557d157e8d04a12cbd5c1084aab7cf (diff)
downloadaur-9f9c952824026125c724fdca0c5246752afedd76.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59883ae38ac..be8433ab084b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Aug 22 20:16:01 UTC 2017
pkgbase = albion-online-launcher-bin
pkgdesc = The first true cross-platform Sandbox MMO -- launcher client
- pkgver = 1.0.34.169
+ pkgver = 1.0.34.198
pkgrel = 1
url = https://albiononline.com/
install = albion-online-launcher-bin.install
@@ -23,9 +21,9 @@ pkgbase = albion-online-launcher-bin
options = !zipman
options = staticlibs
options = !upx
- source = https://live.albiononline.com/autoupdate/launcher-linux-setup-1.0.34.169
+ source = https://live.albiononline.com/autoupdate/launcher-linux-setup-1.0.34.198
source = albion-online-launcher.desktop
- md5sums = db72e3b97a0094b8bbdf337f2e8bd3bf
+ md5sums = 8d6b35ac72f9706063b5597895b6db39
md5sums = 14b5dfae0a7b3b0dc5e2f2975aa4892c
pkgname = albion-online-launcher-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e6dd5cb6977..7d9eed4356a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=albion-online-launcher-bin
-pkgver=1.0.34.169
+pkgver=1.0.34.198
pkgrel=1
pkgdesc="The first true cross-platform Sandbox MMO -- launcher client"
url="https://albiononline.com/"
@@ -15,7 +15,7 @@ source=("https://live.albiononline.com/autoupdate/launcher-linux-setup-${pkgver}
install=albion-online-launcher-bin.install
options=(!strip docs libtool emptydirs !zipman staticlibs !upx)
-md5sums=('db72e3b97a0094b8bbdf337f2e8bd3bf'
+md5sums=('8d6b35ac72f9706063b5597895b6db39'
'14b5dfae0a7b3b0dc5e2f2975aa4892c')
prepare() {
@@ -33,7 +33,7 @@ prepare() {
#sed -i 's,export LD_LIBRARY_PATH=.*,export LD_LIBRARY_PATH=/usr/lib,g' Albion-Online
#sed -i 's,export QT_QPA_PLATFORM_PLUGIN_PATH=.*,export QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/qt/plugins/platforms,g' Albion-Online
#sed -i 's,export QT_PLUGIN_PATH=.*,export QT_PLUGIN_PATH=/usr/lib/qt/plugins,g' Albion-Online
- sed -i 's,.*launcher/Albion-Online",QT_AUTO_SCREEN_SCALE_FACTOR=0 LD_PRELOAD=/opt/albion-online-launcher-bin/game_x64/Albion-Online_Data/Plugins/x86_64/libSDL2-2.0.so.0 "$SCRIPTPATH/launcher/Albion-Online",g' Albion-Online
+ sed -i 's,.*launcher/Albion-Online",QT_AUTO_SCREEN_SCALE_FACTOR=0 LD_PRELOAD=/opt/albion-online-launcher-bin/game_x64/Albion-Online_Data/Plugins/x86_64/libSDL2-2.0.so.0 LD_PRELOAD=/usr/lib/libsndio.so "$SCRIPTPATH/launcher/Albion-Online",g' Albion-Online
popd
}