From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/cantata/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'community/cantata/PKGBUILD') diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index bd90d9a06..a787619fd 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 # Contributor: Andrea Scarpino # Contributor: Mcder3 # Contributor: MisterFred 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') 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 -- cgit v1.2.3-54-g00ecf