diff --git a/alarm/xbmc-rbp-git/PKGBUILD b/alarm/xbmc-rbp-git/PKGBUILD index f7f714914..2f6091258 100644 --- a/alarm/xbmc-rbp-git/PKGBUILD +++ b/alarm/xbmc-rbp-git/PKGBUILD @@ -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."