summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "$@"