diff --git a/srcpkgs/git/git-python.template b/srcpkgs/git/git-python.template index 4fb7d69aeea..8623dfb8b9d 100644 --- a/srcpkgs/git/git-python.template +++ b/srcpkgs/git/git-python.template @@ -5,7 +5,6 @@ long_desc="${long_desc} This package contains the Python bindings for GIT." -revision=1 noarch=yes pycompile_module="git_remote_helpers" diff --git a/srcpkgs/git/template b/srcpkgs/git/template index 662da099dfc..f465d147aec 100644 --- a/srcpkgs/git/template +++ b/srcpkgs/git/template @@ -1,13 +1,13 @@ # Template build file for 'git". pkgname=git -version=1.7.7 +version=1.7.7.1 distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz" #distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2" short_desc="GIT Tree History Storage Tool" maintainer="Juan RP " homepage="http://git-scm.com/" license="GPL-2" -checksum=5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6 +checksum=6a7909226b2b249c7970b0d36054dbcfe58e6558cc4d671ea1f5ac6a69d8cf4f long_desc=" GIT is a directory content manager designed to handle absolutely massive projects with speed and efficiency, and the release of the 2.6.12 (and later) @@ -34,19 +34,16 @@ Add_dependency build expat-devel Add_dependency build openssl-devel Add_dependency build python-devel -do_configure() -{ +do_configure() { ./configure ${CONFIGURE_SHARED_ARGS} --with-curl --with-expat \ --without-tcltk } -do_build() -{ +do_build() { make ${makejobs} && make ${makejobs} -C Documentation man } -do_install() -{ +do_install() { make DESTDIR=${DESTDIR} install install-doc vinstall contrib/completion/git-completion.bash 644 \ etc/bash_completion.d git