summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD4
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70083a9cec06..a40cf514c8c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,13 +5,15 @@ pkgbase = blockify
url = https://github.com/mikar/blockify
arch = any
license = MIT
- depends = pygtk
+ depends = spotify
+ depends = pulseaudio
+ depends = alsa-utils
+ depends = wmctrl
depends = libwnck3
+ depends = pygtk
+ depends = gst-python
depends = python-dbus
- depends = alsa-utils
depends = python-setuptools
- depends = gst-python
- depends = pulseaudio
optdepends = python-docopt
source = https://github.com/mikar/blockify/archive/v3.0.0.tar.gz
sha256sums = 14273cdd5562bd87355980d6a2700fbed830033ce49012a0241d3250c833d728
diff --git a/PKGBUILD b/PKGBUILD
index 7617afabdf9a..19885a34d489 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Mutes Spotify advertisements."
arch=("any")
url="https://github.com/mikar/${pkgname}"
license=("MIT")
-depends=("pygtk" "libwnck3" "python-dbus" "alsa-utils"
- "python-setuptools" "gst-python" "pulseaudio")
+depends=("spotify" "pulseaudio" "alsa-utils" "wmctrl" "libwnck3" "pygtk"
+ "gst-python" "python-dbus" "python-setuptools")
optdepends=("python-docopt")
source=("https://github.com/mikar/${pkgname}/archive/v${pkgver}.tar.gz")