summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHrad2022-07-11 14:02:38 +0200
committerHrad2022-07-11 14:02:38 +0200
commit58cd47bd28f632548fe55b3c56e2ffa024411c9a (patch)
tree9ae0e4798a4824dcd97c9efe36243d371e49da60 /PKGBUILD
parent6e6b2f825fe1e2dc944b1836d047587252aba0da (diff)
downloadaur-sempiternum-git.tar.gz
Added checkout develop
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 334ba7a71501..3f5b630fcd8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,9 +29,10 @@ package(){
git clone ${_gitroot} ${srcdir}/${_gitname}
fi
- echo "Git checkout done"
-
cd ${srcdir}/${_gitname}
+ git checkout develop
+
+ echo "Git checkout done"
echo "Starting configure"