diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-09 19:47:18 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-09 19:47:18 -0300 |
commit | 4da914880e1a483d0f7e00523eb84933909f2669 (patch) | |
tree | 3aab2facb544ce51dc9e334ba4f938c64c446838 | |
parent | 2ccc241cd12422deaf1848fb2e8f0334ebd8f795 (diff) |
xbcm-libre-lts: fix license and url source
-rw-r--r-- | libre/xbmc-libre-lts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/xbmc-libre-lts/PKGBUILD b/libre/xbmc-libre-lts/PKGBUILD index b7cc316ff..6218ce8f5 100644 --- a/libre/xbmc-libre-lts/PKGBUILD +++ b/libre/xbmc-libre-lts/PKGBUILD @@ -16,7 +16,7 @@ pkgrel=1 pkgdesc="A software media player and entertainment hub for digital media (Frodo version), without nonfree addons and unrar support" arch=('i686' 'x86_64') url="http://xbmc.org" -license=('GPL' 'custom') +license=('GPL') conflicts=$_pkgname provides=$_pkgname=$pkgver depends=('hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva' @@ -34,7 +34,7 @@ optdepends=('libcec: support for Pulse-Eight USB-CEC adapter' 'xorg-xinit: autostart xbmc') install="${_pkgname}.install" mksource=("http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz") -source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz" +source=("https://repo.parabolagnulinux.org/other/xbmc-libre/xbmc-libre-${pkgver}.tar.gz" "xbmc.service" "polkit.rules" "libass.patch::https://bugs.archlinux.org/index.php?getfile=11285") |