git: update to 2.0.3.
This commit is contained in:
parent
942c837c59
commit
0483e78e4d
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for "git".
|
# Template build file for "git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=2.0.2
|
version=2.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-curl --with-expat --without-tcltk
|
configure_args="--with-curl --with-expat --without-tcltk
|
||||||
|
@ -15,12 +15,11 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://git-scm.com/"
|
homepage="http://git-scm.com/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
distfiles="https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"
|
||||||
checksum=bcf8c22c9745abb1b050e8baba55473cc0a2f9444802ea1889b1fb886def69c2
|
checksum=cdbc015996052e83b9ecd7bd1f43b2772f7916f7688857836b0980a34234b69f
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make ${makejobs} -C Documentation man
|
make ${makejobs} -C Documentation man
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
|
make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
|
||||||
vinstall contrib/completion/git-completion.bash 644 \
|
vinstall contrib/completion/git-completion.bash 644 \
|
||||||
|
|
Loading…
Reference in New Issue