mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/xbmc-rbp-git to 13.20140403-1
This commit is contained in:
parent
69e5709887
commit
4b51f1d14d
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
buildarch=16
|
||||
|
||||
pkgname=xbmc-rbp-git
|
||||
pkgver=13.20140324
|
||||
pkgver=13.20140403
|
||||
pkgrel=1
|
||||
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
|
||||
arch=('armv6h')
|
||||
|
@ -31,6 +31,7 @@ md5sums=('55e6d3aab86e810c49a7f550be5b7f69'
|
|||
|
||||
_gitname="xbmc"
|
||||
_gitroot="git://github.com/xbmc"
|
||||
_gitbranch="Gotham"
|
||||
|
||||
_prefix=/usr
|
||||
|
||||
|
@ -44,7 +45,7 @@ prepare() {
|
|||
cd "${_gitname}" && git pull origin
|
||||
msg2 "The local files are updated."
|
||||
else
|
||||
git clone --depth 1 "${_gitroot}/${_gitname}"
|
||||
git clone --branch=${_gitbranch} --depth 1 "${_gitroot}/${_gitname}"
|
||||
fi
|
||||
|
||||
msg2 "GIT checkout done or server timeout."
|
||||
|
|
Loading…
Reference in a new issue