chroot-git: update to 1.9.0.

This commit is contained in:
Juan RP 2014-03-17 11:38:49 +01:00
parent d6b05b4644
commit 770474e174
1 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Template build file for "chroot-git".
pkgname=chroot-git
version=1.8.5.2
version=1.9.0
revision=1
bootstrap=yes
wrksrc="git-$version"
@ -19,7 +19,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://git-scm.com/"
license="GPL-2"
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
checksum=024694524b8be91fe29afca65bc3a9e40de1322dd5ef2b2c0babb6849c913e8a
checksum=de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882
if [ "$CHROOT_READY" ]; then
hostmakedepends="perl"
@ -29,7 +29,5 @@ fi
post_install() {
# remove unneeded stuff.
rm -rf ${DESTDIR}/usr/share/gitweb
rm -rf ${DESTDIR}/usr/share/man
rm -rf ${DESTDIR}/usr/share/perl5
rm -rf ${DESTDIR}/usr/share/
}