summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Dunai2016-12-19 11:20:52 +0200
committerAndrew Dunai2016-12-19 11:20:52 +0200
commit30f3ce7b37e8cfcffcb5bf23c1a10b04f18084ea (patch)
tree1b9451c393d80869673b1f32ca1cacdb65a892e3
parent262746e3260bc1c3c7d63e0ad5a19cdc014ed48c (diff)
downloadaur-30f3ce7b37e8cfcffcb5bf23c1a10b04f18084ea.tar.gz
Fixed deps.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 140b10f4e60f..7e1fc7003e44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="VK audio player built in Python & GTK3."
arch=('any')
url="http://github.com/and3rson/vkplayer"
license=('GPL2')
-depends=('python2' 'gtk3' 'libkeybinder3' 'webkitgtk' 'gobject-introspection-runtime' 'python2-dbus' 'python2-pyglet' 'redis' 'aur/avbin')
+depends=('python2' 'gtk3' 'libkeybinder3' 'webkitgtk' 'gobject-introspection-runtime' 'python2-dbus' 'python2-pyglet' 'redis' 'avbin')
optdepends=('redis: to control player via redis pub/sub bus')
options=('!strip')
source=('git+https://github.com/and3rson/vkplayer.git')