summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 820a532c5ee8..4624bbb9ba30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vkplayer
pkgdesc = VK audio player built in Python & GTK3.
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = http://github.com/and3rson/vkplayer
arch = any
@@ -12,6 +12,9 @@ pkgbase = vkplayer
depends = gobject-introspection-runtime
depends = python2-dbus
depends = python2-pyglet
+ depends = redis
+ depends = aur/avbin
+ optdepends = redis: to control player via redis pub/sub bus
options = !strip
source = git+https://github.com/and3rson/vkplayer.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f52489834e71..140b10f4e60f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=vkplayer
-pkgver=0.4
+pkgver=0.5
pkgrel=1
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')
+depends=('python2' 'gtk3' 'libkeybinder3' 'webkitgtk' 'gobject-introspection-runtime' 'python2-dbus' 'python2-pyglet' 'redis' 'aur/avbin')
+optdepends=('redis: to control player via redis pub/sub bus')
options=('!strip')
source=('git+https://github.com/and3rson/vkplayer.git')