summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2017-01-18 20:48:30 +0100
committerMichael Straube2017-01-18 20:49:46 +0100
commit0cc17a9c7dd72594a694e1aadcfed774a384c7a3 (patch)
tree18daa5dd652a08fbdaffd3ac6d701f4830d58922 /PKGBUILD
parentbd1e6d93d2a492768b2264194a07e00c92fa78a8 (diff)
downloadaur-0cc17a9c7dd72594a694e1aadcfed774a384c7a3.tar.gz
Add gtk3 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc6c423b6d14..639b32bb145b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=bluemindo
pkgver=1.0rc1
-pkgrel=2
+pkgrel=3
pkgdesc='Ergonomic and modern music player designed for audiophiles'
arch=('any')
url='http://bluemindo.codingteam.net'
license=('GPL3')
-depends=('gst-python' 'python-dbus' 'python-beautifulsoup4' 'python-pytaglib')
+depends=('gst-python' 'python-dbus' 'python-beautifulsoup4' 'python-pytaglib' 'gtk3')
optdepends=('pulseaudio: PulseAudio support'
'gst-plugins-good: PulseAudio support and good codecs'
'gst-plugins-bad: additional codecs'