summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD9
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dba2f2b5f7c8..adf1d1274eaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 23:03:21 UTC 2016
+# Fri Apr 8 08:07:25 UTC 2016
pkgbase = blockify
pkgdesc = Mutes Spotify advertisements.
pkgver = 3.5.0
@@ -13,6 +13,7 @@ pkgbase = blockify
depends = pygtk
depends = gst-python
depends = python-dbus
+ depends = wmctrl
optdepends = pulseaudio: mute spotify sink instead of system sound
optdepends = python-docopt: command-line interface
conflicts = blockify-git
diff --git a/PKGBUILD b/PKGBUILD
index ea1d67662e33..e232e2252d7a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,11 @@ url="https://github.com/mikar/${pkgname}"
license=("MIT")
conflicts=("blockify-git")
depends=("spotify"
- "alsa-utils"
- "pygtk"
- "gst-python"
- "python-dbus")
+ "alsa-utils"
+ "pygtk"
+ "gst-python"
+ "python-dbus"
+ "wmctrl")
makedepends=("python-setuptools")
optdepends=("pulseaudio: mute spotify sink instead of system sound"
"python-docopt: command-line interface")