summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4624bbb9ba30..dbdd675bb9e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,13 +7,12 @@ pkgbase = vkplayer
license = GPL2
depends = python2
depends = gtk3
+ depends = vlc
depends = libkeybinder3
depends = webkitgtk
depends = gobject-introspection-runtime
depends = python2-dbus
- depends = python2-pyglet
- depends = redis
- depends = aur/avbin
+ depends = avbin
optdepends = redis: to control player via redis pub/sub bus
options = !strip
source = git+https://github.com/and3rson/vkplayer.git
diff --git a/PKGBUILD b/PKGBUILD
index 7e1fc7003e44..ba7e1abe18c6 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' 'avbin')
+depends=('python2' 'gtk3' 'vlc' 'libkeybinder3' 'webkitgtk' 'gobject-introspection-runtime' 'python2-dbus' 'avbin')
optdepends=('redis: to control player via redis pub/sub bus')
options=('!strip')
source=('git+https://github.com/and3rson/vkplayer.git')