diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-15 11:59:47 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-15 11:59:47 +0100 |
commit | 8277e3709c16c740a06fa50da38f0f44969b6ad1 (patch) | |
tree | a791b9559ca921e1819f3188376d6882ca335ed9 /community/cantata | |
parent | 34c69f47ed6bbb523c862baa8c7b18957ffd5311 (diff) | |
parent | a829a3b1a4b3eefc7adb1d630f071247e79b9f72 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/linux-tools/PKGBUILD
extra/ntp/PKGBUILD
libre/linux-libre-tools/PKGBUILD
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 c98ee1f1b..19cb32a30 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80920 2012-12-06 21:02:34Z andrea $ +# $Id: PKGBUILD 81241 2012-12-14 11:41:36Z 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.0 +pkgver=0.9.1 pkgdesc="A KDE client for the music player daemon (MPD)" pkgrel=1 arch=('i686' 'x86_64' 'mips64el') @@ -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=('e05e7dd876b40b8351e03a1a939f9fe6') +md5sums=('78e2f379fe9a0afd32e24de83f1c283e') build() { mkdir build |