diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-07 22:53:34 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-07 22:53:34 -0200 |
commit | 2d862ac364c034af400863e02f791b9e99be445e (patch) | |
tree | c7b38337cab56d3a58f55723f9b6c96d29efd415 /libre/clementine-libre | |
parent | 2a0beb490ffdf4c868dfe3e404562805cb2b9c42 (diff) |
clementine-libre-1.1.1-2: revert the last changes
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 3058a2cb3..fb7beb4f6 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.1 -pkgdesc="A music player and library organizer (without spotify and libimobiledevice support)" +pkgrel=2 +pkgdesc="A music player and library organizer, without spotify 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' + 'libmtp' 'libplist' 'hicolor-icon-theme' 'qt' 'libimobiledevice' 'sparsehash' 'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl' 'gvfs') makedepends=('cmake' 'boost' 'mesa') optdepends=('gstreamer0.10-base-plugins: for more open formats' |