diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-09 20:36:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-09 20:36:30 -0300 |
commit | dd8c9d58c75e0d64ed8b9d87c4f7eab99333ef6b (patch) | |
tree | 48d50e16dfe59c4ad47d88c874c1b00b85aa45c8 | |
parent | 7ea3eaa8314ff164af88a54b7d0963555a1e22c4 (diff) | |
download | abslibre-dd8c9d58c75e0d64ed8b9d87c4f7eab99333ef6b.tar.gz abslibre-dd8c9d58c75e0d64ed8b9d87c4f7eab99333ef6b.tar.bz2 abslibre-dd8c9d58c75e0d64ed8b9d87c4f7eab99333ef6b.zip |
xbmc-libre-lts: fix provides
-rw-r--r-- | libre/xbmc-libre-lts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/xbmc-libre-lts/PKGBUILD b/libre/xbmc-libre-lts/PKGBUILD index 004342c37..b280be314 100644 --- a/libre/xbmc-libre-lts/PKGBUILD +++ b/libre/xbmc-libre-lts/PKGBUILD @@ -18,7 +18,7 @@ arch=('i686' 'x86_64') url="http://xbmc.org" license=('GPL' 'custom') conflicts=$_pkgname -provides=$_pkgname=$pkgver +provides=$_pkgname depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva' 'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 'libsamplerate' 'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 'python2' |