--- PKGBUILD.old 2012-06-01 09:24:04.998556444 -0400 +++ PKGBUILD 2012-06-01 09:22:04.548560204 -0400 @@ -1,6 +1,6 @@ -# Contributor: Alexander R▒¸dseth +# Contributor: Alexander Rødseth pkgname=multipath-tools-git -pkgver=20111210 +pkgver=20120601 pkgrel=1 pkgdesc="Tools to drive the Device Mapper multipathing driver (contains kpartx)" url="http://christophe.varoqui.free.fr/" @@ -17,9 +17,10 @@ cd "$srcdir" msg "Connecting to github.com GIT server...." - if [ -d "$srcdir/$_gitname" ] ; then + if [ -d "$_gitname" ] ; then cd "$_gitname" && git pull origin msg "The local files are updated." + cd - else git clone "$_gitroot" fi