summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Dunai2016-12-19 13:13:22 +0200
committerAndrew Dunai2016-12-19 13:13:22 +0200
commitb418c2ff373df8968248b5f3006f241afdc89ce8 (patch)
tree5085cfcce112859ba967cf8fa92abc9a1b529c50
parent30f3ce7b37e8cfcffcb5bf23c1a10b04f18084ea (diff)
downloadaur-b418c2ff373df8968248b5f3006f241afdc89ce8.tar.gz
Update.
-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')