summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Falk2016-04-08 10:07:54 +0200
committerMax Falk2016-04-08 10:07:54 +0200
commitc3e0b947924d09661c3897488a5a9aa0d5377acc (patch)
treec8a0c19ffa5b07bf8e09256e79d3091c111985ad /PKGBUILD
parentc0afeed27c655d50e936d4ab5b66ba7893ad6d4d (diff)
downloadaur-c3e0b947924d09661c3897488a5a9aa0d5377acc.tar.gz
add wmctrl to dependencies
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD9
1 files changed, 5 insertions, 4 deletions
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")