summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122016-04-26 07:22:04 +0200
committerwillemw122016-04-26 07:22:04 +0200
commita348b0630066e765ddf902b49800717593a8e235 (patch)
tree9a3ff6d4698cdccf90447fa1e0a54eb03e441056 /PKGBUILD
parent6bf9e7e8cb4f063e676685af1fce0c8788714863 (diff)
downloadaur-decibel-audio-player.tar.gz
Add cddb-py to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83e7a7199a59..9866e61cf295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=decibel-audio-player
pkgver=1.08
-pkgrel=5
+pkgrel=6
pkgdesc="GTK+ audio player"
arch=('any')
url="http://decibel.silent-blade.org/"
license=('GPL')
depends=('desktop-file-utils' 'gstreamer0.10-python' 'mutagen' 'pygtk' 'python2-dbus' 'python2-notify')
-#cddb-py
-optdepends=('python2-pillow: to display coverart')
+optdepends=('cddb-py: CDDB info' 'python2-pillow: cover art')
install=$pkgname.install
source=(http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-$pkgver.tar.gz)
md5sums=('e8ebaf819c198ff9951903e7c4056aef')