From 0483e78e4d0d0a3104cd799d8a715006d74b7613 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 25 Jul 2014 11:31:59 +0200 Subject: [PATCH] git: update to 2.0.3. --- srcpkgs/git/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 0e15c83d58..222802216c 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,6 +1,6 @@ # Template build file for "git". pkgname=git -version=2.0.2 +version=2.0.3 revision=1 build_style=gnu-configure configure_args="--with-curl --with-expat --without-tcltk @@ -15,12 +15,11 @@ maintainer="Juan RP " homepage="http://git-scm.com/" license="GPL-2" distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz" -checksum=bcf8c22c9745abb1b050e8baba55473cc0a2f9444802ea1889b1fb886def69c2 +checksum=cdbc015996052e83b9ecd7bd1f43b2772f7916f7688857836b0980a34234b69f post_build() { make ${makejobs} -C Documentation man } - post_install() { make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc vinstall contrib/completion/git-completion.bash 644 \