diff options
author | MageJohn | 2017-04-27 09:54:25 +0100 |
---|---|---|
committer | MageJohn | 2017-04-27 09:54:25 +0100 |
commit | 350309b5760ce71e2785331f1b50394155ea9465 (patch) | |
tree | dffce4982acde5985eaac84fc1bc86af318e2200 | |
parent | eb812746e72cee3f588851f70e249b0a646dd176 (diff) | |
download | aur-350309b5760ce71e2785331f1b50394155ea9465.tar.gz |
Update the launch script
The launch script was updated in the spotify package as part of fixing
issues with the updated openssl, and this lines them up.
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rwxr-xr-x | spotify-adkiller-dns-block | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = spotify-adkiller-dns-block-git pkgdesc = Experimental dns blocking from Spotify AdKiller pkgver = r82.1184e1e - pkgrel = 1 + pkgrel = 2 url = https://github.com/SecUpwN/Spotify-AdKiller arch = i686 arch = x86_64 @@ -2,7 +2,7 @@ pkgname=spotify-adkiller-dns-block-git pkgver=r82.1184e1e -pkgrel=1 +pkgrel=2 pkgdesc='Experimental dns blocking from Spotify AdKiller' arch=('i686' 'x86_64') url=https://github.com/SecUpwN/Spotify-AdKiller diff --git a/spotify-adkiller-dns-block b/spotify-adkiller-dns-block index ba421a013961..33358a5fe244 100755 --- a/spotify-adkiller-dns-block +++ b/spotify-adkiller-dns-block @@ -1,3 +1,3 @@ #!/bin/sh -export LD_PRELOAD=libcurl.so.3:/usr/lib/spotify-adkiller-dns-block/dns-block.so +export LD_PRELOAD="/usr/lib/spotify-adkiller-dns-block/dns-block.so libcrypto-compat.so.1.0.0 libssl-compat.so.1.0.0 libcurl-openssl-1.0.so" /usr/share/spotify/spotify "$@" |