X-Git-Url: http://gitweb/?a=blobdiff_plain;f=git%2FPkgfile;h=5ba34d9beda1437b3ba6d1f7bea66fc8cc7c6e96;hb=adb502beb3bc645ca5c77ddec37aee6e2e190fe1;hp=c6cf3764534cee6e9451379cdd658603bd110889;hpb=c07de3e5e373714391aee4dde76b4b9f5a48b454;p=ports%2Fopt-arm.git diff --git a/git/Pkgfile b/git/Pkgfile index c6cf376..5ba34d9 100644 --- a/git/Pkgfile +++ b/git/Pkgfile @@ -1,13 +1,14 @@ # Description: Directory content manager # URL: http://www.kernel.org/pub/software/scm/git/docs # Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: expat, curl, python # Nice to have: tk name=git -version=1.7.6 -release=2 -source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2) +version=1.7.7.3 +release=1 +source=(https://git-core.googlecode.com/files/$name-{,manpages-}$version.tar.gz) build() { cd $name-$version @@ -18,7 +19,7 @@ build() { make CFLAGS="$CFLAGS" prefix=/usr gitexecdir=/usr/lib/git-core \ DESTDIR=$PKG install - + cd $SRC for i in man*; do @@ -27,7 +28,7 @@ build() { done install -d $PKG/usr/man/man3 - mv $PKG/usr/share/man/man3/{Git,private-Error}.* \ + mv $PKG/usr/share/man/man3/{Git,private-Error}.3pm \ $PKG/usr/man/man3/ rmdir $PKG/usr/share/{man/man3,man}