summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Dunai2016-11-16 14:02:33 +0200
committerAndrew Dunai2016-11-16 14:02:33 +0200
commitc35797b308d68306889183d8654a1d5daf36fd54 (patch)
tree5a730ae3d590d0109f523edb7b2baa3f5e9f8bd3
parent153bc7b771e8a68c2b0234c1eeb4902c3aab624f (diff)
downloadaur-c35797b308d68306889183d8654a1d5daf36fd54.tar.gz
Fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 420fd75fe084..f52489834e71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=vkplayer
-pkgver=0.3
+pkgver=0.4
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')
+depends=('python2' 'gtk3' 'libkeybinder3' 'webkitgtk' 'gobject-introspection-runtime' 'python2-dbus' 'python2-pyglet' 'redis')
options=('!strip')
source=('git+https://github.com/and3rson/vkplayer.git')