summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-01-18 20:48:30 +0100
committerMichael Straube2017-01-18 20:49:46 +0100
commit0cc17a9c7dd72594a694e1aadcfed774a384c7a3 (patch)
tree18daa5dd652a08fbdaffd3ac6d701f4830d58922
parentbd1e6d93d2a492768b2264194a07e00c92fa78a8 (diff)
downloadaur-0cc17a9c7dd72594a694e1aadcfed774a384c7a3.tar.gz
Add gtk3 dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 177d3ea857ef..5d907c2e2dbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bluemindo
pkgdesc = Ergonomic and modern music player designed for audiophiles
pkgver = 1.0rc1
- pkgrel = 2
+ pkgrel = 3
url = http://bluemindo.codingteam.net
arch = any
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = bluemindo
depends = python-dbus
depends = python-beautifulsoup4
depends = python-pytaglib
+ depends = gtk3
optdepends = pulseaudio: PulseAudio support
optdepends = gst-plugins-good: PulseAudio support and good codecs
optdepends = gst-plugins-bad: additional codecs
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'