diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-03 10:26:16 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-06-03 10:26:16 +0200 |
commit | 2f9b9e4565cfb671eda54a32a3efef34723dfb80 (patch) | |
tree | ebfea96eb21ee3f24d7189930a316ea8c6e415ba /community/cantata | |
parent | 943e219407807d8fd4b88ce84b45e9e27117ea25 (diff) | |
parent | 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gmtk/PKGBUILD
community/mumble/PKGBUILD
community/notmuch/PKGBUILD
community/pwgen/PKGBUILD
extra/clutter-gst/PKGBUILD
extra/libogg/PKGBUILD
Diffstat (limited to 'community/cantata')
-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 0f74356f1..29ca00f84 100644 --- a/community/cantata/PKGBUILD +++ b/community/cantata/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 91619 2013-05-25 12:01:52Z bpiotrowski $ +# $Id: PKGBUILD 92187 2013-06-02 15:36:24Z 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=1.0.2 +pkgver=1.0.3 pkgdesc="A KDE client for the music player daemon (MPD)" pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://kde-apps.org/content/show.php/Cantata?content=147733" license=('GPL') -depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp') +depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 'libmusicbrainz5') makedepends=('cmake' 'automoc4') install="$pkgname.install" source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2") -md5sums=('b69c568be6a2738d5ce640e759ae0253') +md5sums=('fd942d25127a7936efaf1fe887d66189') build() { cd "$srcdir/$pkgname-$pkgver" |