diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-14 15:15:54 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-14 15:15:54 -0200 |
commit | 549da93280e61dbd33da7c4328866ff7f937dc96 (patch) | |
tree | 5acaab379ec63bab8b45ab6c27ef6c3e7d4d709f /libre/clementine-libre/PKGBUILD | |
parent | d575b3eb2b0d121d5ce1816b219ae1c59daca1d1 (diff) | |
download | abslibre-549da93280e61dbd33da7c4328866ff7f937dc96.tar.gz abslibre-549da93280e61dbd33da7c4328866ff7f937dc96.tar.bz2 abslibre-549da93280e61dbd33da7c4328866ff7f937dc96.zip |
clementine-libre-1.1.1-2: Adding google drive support
Diffstat (limited to 'libre/clementine-libre/PKGBUILD')
-rwxr-xr-x | libre/clementine-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD index 053a38d1e..fb7beb4f6 100755 --- a/libre/clementine-libre/PKGBUILD +++ b/libre/clementine-libre/PKGBUILD @@ -8,14 +8,14 @@ _pkgname=clementine pkgname=clementine-libre pkgver=1.1.1 -pkgrel=1.1 +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' 'libimobiledevice' - 'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl' 'gvfs') + 'sparsehash' 'qjson' 'libcdio' 'protobuf' 'qca' 'qca-ossl' 'gvfs') makedepends=('cmake' 'boost' 'mesa') optdepends=('gstreamer0.10-base-plugins: for more open formats' 'gstreamer0.10-good-plugins: for use with "Good" plugin libraries' |