summaryrefslogtreecommitdiff
path: root/community/cantata/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cantata/PKGBUILD')
-rw-r--r--community/cantata/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD
index 15bada28a..ff78a7dcd 100644
--- a/community/cantata/PKGBUILD
+++ b/community/cantata/PKGBUILD
@@ -1,22 +1,23 @@
-# $Id: PKGBUILD 97316 2013-09-17 09:33:55Z bpiotrowski $
+# $Id: PKGBUILD 101406 2013-11-24 23:10:10Z cinelli $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Mcder3 <mcder3[at]gmail[dot]com>
# Contributor: MisterFred <mister.fred[at]free[dot]fr>
pkgname=cantata
-pkgver=1.1.2
+pkgver=1.1.3
pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64' 'mips64el')
url="http://kde-apps.org/content/show.php/Cantata?content=147733"
license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 'libmusicbrainz5')
+depends=('kdebase-runtime' 'libmtp' 'libcddb' 'libmusicbrainz5' 'mpg123' 'taglib-extras')
+optdepends=('perl-uri: dynamic playlist'
+ 'mpd: playback')
makedepends=('cmake' 'automoc4')
install="$pkgname.install"
source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
-md5sums=('628991865a505284a7ce56e117cd36cc')
-
+md5sums=('22691c1ba9e0f94200f6cdb849be726a')
build() {
cd "$srcdir/$pkgname-$pkgver"
mkdir build