summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre-lts/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-09 21:40:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-09 21:40:06 -0300
commitd89bce735bcfdcb5753143094d5581d29e8e9ec8 (patch)
tree0f7da3f72d511810cd670bf97f7eda2984a54ebc /libre/xbmc-libre-lts/PKGBUILD
parent7cf9c24d2754eba7b7e17bac69f836992ea596ba (diff)
downloadabslibre-d89bce735bcfdcb5753143094d5581d29e8e9ec8.tar.gz
abslibre-d89bce735bcfdcb5753143094d5581d29e8e9ec8.tar.bz2
abslibre-d89bce735bcfdcb5753143094d5581d29e8e9ec8.zip
xbmc-libre-lts: move source to xbmc-libre-lts folder
Diffstat (limited to 'libre/xbmc-libre-lts/PKGBUILD')
-rw-r--r--libre/xbmc-libre-lts/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/xbmc-libre-lts/PKGBUILD b/libre/xbmc-libre-lts/PKGBUILD
index b280be314..3629f181d 100644
--- a/libre/xbmc-libre-lts/PKGBUILD
+++ b/libre/xbmc-libre-lts/PKGBUILD
@@ -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/xbmc-libre/xbmc-libre-${pkgver}.tar.gz"
+source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"
"xbmc.service"
"polkit.rules"
"libass.patch::https://bugs.archlinux.org/index.php?getfile=11285")
@@ -61,7 +61,7 @@ prepare() {
sed -i -e 's:#include <libsmbclient.h>:#include <samba-4.0/libsmbclient.h>:' xbmc/filesystem/{SmbFile,SMBDirectory}.cpp
# use addons.xml from Parabola server (without nonfree addons support)
- sed -i -e 's|mirrors[.]xbmc[.]org/addons/frodo/addons.xml|repo.parabolagnulinux.org/other/xbmc-libre/addons/frodo/addons.xml|' addons/repository.xbmc.org/addon.xml
+ sed -i -e 's|mirrors[.]xbmc[.]org/addons/frodo/addons.xml|repo.parabolagnulinux.org/other/xbmc-libre-lts/addons/frodo/addons.xml|' addons/repository.xbmc.org/addon.xml
}
build() {