summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMageJohn2017-04-27 09:54:25 +0100
committerMageJohn2017-04-27 09:54:25 +0100
commit350309b5760ce71e2785331f1b50394155ea9465 (patch)
treedffce4982acde5985eaac84fc1bc86af318e2200
parenteb812746e72cee3f588851f70e249b0a646dd176 (diff)
downloadaur-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--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xspotify-adkiller-dns-block2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 913c795eeb18..2164dfc17c04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index fb30f99524db..bb5a4feaa320 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 "$@"