summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Dunai2016-11-16 14:02:56 +0200
committerAndrew Dunai2016-11-16 14:02:56 +0200
commit825c0c4ce3f1d6a92e7960cf783b25774cc6e8fb (patch)
treed15ec9440e7d106d4f0728652b2beda04b759ba1
parent153bc7b771e8a68c2b0234c1eeb4902c3aab624f (diff)
downloadaur-825c0c4ce3f1d6a92e7960cf783b25774cc6e8fb.tar.gz
Update.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de3d5c76547c..820a532c5ee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vkplayer
pkgdesc = VK audio player built in Python & GTK3.
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = http://github.com/and3rson/vkplayer
arch = any
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')