diff options
Diffstat (limited to 'community/cantata/PKGBUILD')
-rw-r--r-- | community/cantata/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD index be464d88f..54857cf3c 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 75701 2012-08-29 08:36:07Z andrea $ +# $Id: PKGBUILD 75868 2012-09-04 07:29:32Z 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.8.2 +pkgver=0.8.3 pkgdesc="A KDE client for the music player daemon (MPD)" -pkgrel=2 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php/Cantata?content=147733" license=('GPL') @@ -14,9 +14,9 @@ depends=('kdebase-runtime' 'taglib-extras' 'ffmpeg' 'libmtp' 'mpg123' 'speex') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://cantata.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2") -md5sums=('9bda49f1083820582723353f566268f3') +md5sums=('10f58e255ecaf827af9c9cc63ca932da') -build(){ +build() { mkdir build cd build cmake ../${pkgname}-${pkgver} \ |