diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-07 20:33:49 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-07 20:33:49 -0200 |
commit | 2a0beb490ffdf4c868dfe3e404562805cb2b9c42 (patch) | |
tree | 1df30f6ee49fcb3104594cf6a01876e71e853ca9 /libre/clementine-libre | |
parent | 6db1bc8644b0087dab062ef12c6d61d3cc6e18d8 (diff) |
clementine-libre-1.1.1-2.1: updating revision due that libimobiledevice will be removed from Parabola
Diffstat (limited to 'libre/clementine-libre')
-rw-r--r-- | libre/clementine-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD index fb7beb4f6..3058a2cb3 100644 --- a/libre/clementine-libre/PKGBUILD +++ b/libre/clementine-libre/PKGBUILD @@ -8,13 +8,13 @@ _pkgname=clementine pkgname=clementine-libre pkgver=1.1.1 -pkgrel=2 -pkgdesc="A music player and library organizer, without spotify support" +pkgrel=2.1 +pkgdesc="A music player and library organizer (without spotify and libimobiledevice support)" url="http://www.clementine-player.org/" license=('GPL') arch=('i686' 'x86_64') depends=('gstreamer0.10-base' 'taglib' 'glew' 'liblastfm' 'libgpod' - 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice' + 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'sparsehash' 'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl' 'gvfs') makedepends=('cmake' 'boost' 'mesa') optdepends=('gstreamer0.10-base-plugins: for more open formats' |