diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 3c46bbd..67add23 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -29,7 +29,7 @@ prepare() { cd $_gitname && git pull origin msg "The local files are updated." else - git clone --depth=1 $_gitroot $_gitname + git clone -b master --single-branch $_gitroot $_gitname fi msg "Git checkout done." }