From: Harvie Date: Thu, 9 Sep 2010 02:41:56 +0000 (+0200) Subject: PKGBUILD Now clones with --depth 1 only X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=commitdiff_plain;h=d3598beeb26164431a9b2ed8a3ace24a4d6ecf6e;hp=b86255fd1538758fb8a21917295ee58839bc885e PKGBUILD Now clones with --depth 1 only --- diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index d450e03..da60c40 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -3,7 +3,7 @@ # You can also contact me on http://blog.harvie.cz/ pkgname=libpurple-core-answerscripts-git -pkgver=20100609 +pkgver=20100909 pkgrel=1 pkgdesc="Framework for hooking scripts to respond received messages for various libpurple clients such as pidgin or finch" arch=('x86_64' 'i686') @@ -27,7 +27,7 @@ build() { cd $_gitname && git pull origin msg "The local files are updated." else - git clone $_gitroot $_gitname + git clone --depth 1 $_gitroot $_gitname fi msg "GIT checkout done or server timeout"