summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2013-06-06 12:10:59 +0000
committerThomas Dziedzic2013-06-06 12:10:59 +0000
commit234ea49c4b14bfc95705b063702dcd31e194f4e8 (patch)
tree2fc224c3972cbdc1f3b749a718dd29225c7659a0
parent2c5e896d012318efc2e489c0f4d97f6270dcffa7 (diff)
downloadaur-234ea49c4b14bfc95705b063702dcd31e194f4e8.tar.gz
Import from pkgbuild.com service
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79d4136c0492..df96ff288a5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ prepare() {
cd $_gitname && git pull origin
msg "The local files are updated."
else
- git clone --depth=1 $_gitroot $_gitname
+ git clone -b perl-518 --depth=1 $_gitroot $_gitname
fi
msg "GIT checkout done or server timeout"