diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-11 00:03:25 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-11 00:03:25 -0300 |
commit | 0b9b84efd8551ff38ccba468a14b7c1e8b33ac9d (patch) | |
tree | 66c1be29bdd807951e0aba3dce398a93f05cc682 /libre/clementine | |
parent | 8f688c12eb5a0ddb3b13a8a3a8a8e2bd10693f29 (diff) | |
download | abslibre-0b9b84efd8551ff38ccba468a14b7c1e8b33ac9d.tar.gz abslibre-0b9b84efd8551ff38ccba468a14b7c1e8b33ac9d.tar.bz2 abslibre-0b9b84efd8551ff38ccba468a14b7c1e8b33ac9d.zip |
clementine-1.2.3-8.parabola1: C++11 ABI rebuild
Diffstat (limited to 'libre/clementine')
-rw-r--r-- | libre/clementine/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/clementine/PKGBUILD b/libre/clementine/PKGBUILD index 679e5be33..da97bdcb2 100644 --- a/libre/clementine/PKGBUILD +++ b/libre/clementine/PKGBUILD @@ -1,5 +1,5 @@ -# $Id: PKGBUILD 142133 2015-09-28 19:56:07Z foutrelis $ -# Maintainer (Arch): Maxime Gauduin <alucryd@gmail.com> +# $Id: PKGBUILD 149696 2015-12-07 07:20:22Z bpiotrowski $ +# Maintainer (Arch): Maxime Gauduin <alucryd@archlinux.org> # Contributor (Arch): Stéphane Gaudreault <stephane@archlinux.org> # Contributor (Arch): BlackEagle <ike.devolder@gmail.com> # Contributor (Arch): Dany Martineau <dany.luc.martineau@gmail.com> @@ -10,15 +10,15 @@ pkgname=clementine _pkgname=$pkgname-libre pkgver=1.2.3 -pkgrel=7.parabola1 +pkgrel=8.parabola1 pkgdesc='A modern music player and library organizer, without nonfree artwork and Spotify support' url="http://www.$pkgname-player.org/" license=('GPL') -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') replaces=("$_pkgname") conflicts=("$_pkgname") depends=('chromaprint' 'glew' 'gstreamer0.10-base' 'libcdio' 'libgpod' - 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-ossl' 'taglib') + 'liblastfm' 'libmtp' 'libmygpo-qt' 'protobuf' 'qca-qt4' 'taglib') makedepends=('cmake' 'boost' 'mesa' 'sparsehash') optdepends=('gstreamer0.10-base-plugins: "Base" plugin libraries' 'gstreamer0.10-good-plugins: "Good" plugin libraries' |