summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Falk2016-05-13 16:31:34 +0200
committerMax Falk2016-05-13 16:31:34 +0200
commit8429ab9cc030e8a2f896a3de3731ba6782e83701 (patch)
tree4d3edbc3ed9d73bcb204d69fa17c62e36181dfa2
parent9a2ee29225badeb9c9374198aab5c514c89031c8 (diff)
downloadaur-8429ab9cc030e8a2f896a3de3731ba6782e83701.tar.gz
move docopt from optdepends to depends
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 276f339b19ef..c57d83f1b8e2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: demian <mikar ατ gmx δοτ de>
pkgname=blockify
pkgver=3.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Mutes Spotify advertisements."
arch=("any")
url="https://github.com/mikar/${pkgname}"
@@ -12,10 +12,10 @@ depends=("spotify"
"pygtk"
"gst-python"
"python-dbus"
+ "python-docopt"
"wmctrl")
makedepends=("python-setuptools")
-optdepends=("pulseaudio: mute spotify sink instead of system sound"
- "python-docopt: command-line interface")
+optdepends=("pulseaudio: mute spotify sink instead of system sound")
source=("https://github.com/mikar/${pkgname}/archive/v${pkgver}.tar.gz")
package() {