tools/mkpkg: update mkpkg script for xbmc-eden

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-09 18:08:25 +02:00
parent d68f058235
commit 38292bce64

View File

@ -20,8 +20,8 @@
################################################################################
PKG_NAME="xbmc"
PKG_VERSION="11.0.1"
GIT_REPO="-b Eden git://github.com/xbmc/xbmc.git"
PKG_VERSION="11.0.3"
GIT_REPO="-b Eden-pvr-cec git://github.com/Pulse-Eight/xbmc.git"
DEST_DIR="$PKG_NAME-$PKG_VERSION"
echo "getting sources..."