diff options
author | Swift Geek | 2013-06-06 12:10:59 +0000 |
---|---|---|
committer | Thomas Dziedzic | 2013-06-06 12:10:59 +0000 |
commit | 234ea49c4b14bfc95705b063702dcd31e194f4e8 (patch) | |
tree | 2fc224c3972cbdc1f3b749a718dd29225c7659a0 | |
parent | 2c5e896d012318efc2e489c0f4d97f6270dcffa7 (diff) | |
download | aur-234ea49c4b14bfc95705b063702dcd31e194f4e8.tar.gz |
Import from pkgbuild.com service
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |