diff options
author | root <root@rshg054.dnsready.net> | 2013-05-26 02:20:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-26 02:20:27 -0700 |
commit | 99ee54f2484aadc464e997e54aa9c7ca7ecde198 (patch) | |
tree | 44f52f702b3d499e99fe7fe6314d9897de17efb4 /community/cantata/PKGBUILD | |
parent | 2333a0e547f378ad697f35312d6ba6d3fbafb2c8 (diff) |
Sun May 26 02:19:21 PDT 2013
Diffstat (limited to 'community/cantata/PKGBUILD')
-rw-r--r-- | community/cantata/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index 13c1c3764..72a57d369 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 86462 2013-03-17 20:07:56Z cinelli $ +# $Id: PKGBUILD 91619 2013-05-25 12:01:52Z bpiotrowski $ # 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=0.9.2 +pkgver=1.0.2 pkgdesc="A KDE client for the music player daemon (MPD)" -pkgrel=3 +pkgrel=1 arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php/Cantata?content=147733" license=('GPL') @@ -15,7 +15,7 @@ depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp') makedepends=('cmake' 'automoc4') install="$pkgname.install" source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2") -md5sums=('882cec90eb01d190b899689675e990b0') +md5sums=('b69c568be6a2738d5ce640e759ae0253') build() { cd "$srcdir/$pkgname-$pkgver" |