diff options
author | root <root@rshg054.dnsready.net> | 2013-01-17 00:06:09 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-17 00:06:09 -0800 |
commit | 4e8c9530dbbf6c8b4c8147cef8fe9845c8898de3 (patch) | |
tree | 86de1737558215adb39fdcd56c699257288facca /community/cantata | |
parent | e1c991185c594db7cc8978ed0239ebca4d37560e (diff) |
Thu Jan 17 00:06:09 PST 2013
Diffstat (limited to 'community/cantata')
-rw-r--r-- | community/cantata/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index 825faff17..7f8b7c820 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 81241 2012-12-14 11:41:36Z andrea $ +# $Id: PKGBUILD 82406 2013-01-16 22:11:37Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Mcder3 <mcder3[at]gmail[dot]com> # Contributor: MisterFred <mister.fred[at]free[dot]fr> pkgname=cantata -pkgver=0.9.1 +pkgver=0.9.2 pkgdesc="A KDE client for the music player daemon (MPD)" pkgrel=1 arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'mpg123' 'libmtp' 'speex') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://cantata.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") -md5sums=('78e2f379fe9a0afd32e24de83f1c283e') +md5sums=('882cec90eb01d190b899689675e990b0') build() { mkdir build |