summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {