alarm/xbmc-rbp-git to 13.20140403-1

This commit is contained in:
moonman 2014-04-03 00:14:06 -06:00
parent 69e5709887
commit 4b51f1d14d

View file

@ -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."