git: update to 2.0.3.

This commit is contained in:
Juan RP 2014-07-25 11:31:59 +02:00
parent 942c837c59
commit 0483e78e4d
1 changed files with 2 additions and 3 deletions

View File

@ -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 <xtraeme@gmail.com>"
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 \