From d55ef486f224e4d7b687733c86b013adaa078930 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Tue, 12 Mar 2013 23:20:28 +0100
Subject: [PATCH] base-chroot: require chroot-git.

---
 srcpkgs/base-chroot/template | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/base-chroot/template b/srcpkgs/base-chroot/template
index e6fb417fc04..6110f761258 100644
--- a/srcpkgs/base-chroot/template
+++ b/srcpkgs/base-chroot/template
@@ -1,11 +1,9 @@
 # Template file for 'base-chroot'
 pkgname=base-chroot
-version=0.30
+version=0.32
 revision=1
-noarch=yes
-bootstrap=yes
 build_style=meta-template
-homepage="http://code.google.com/p/xbps"
+homepage="http://www.voidlinux.eu"
 short_desc="Bootstrap packages for xbps-src"
 maintainer="Juan RP <xtraeme@gmail.com>"
 license="Public domain"
@@ -13,12 +11,15 @@ long_desc="
  This package installs all necessary packages to be able to build packages
  inside of a chroot with xbps-src."
 
+noarch=yes
+bootstrap=yes
+
 _deps="xbps-triggers base-files kernel-libc-headers chroot-glibc
-chroot-binutils>=2.22.52.0.4_1 chroot-gcc chroot-patch chroot-bash
-chroot-grep chroot-coreutils chroot-diffutils chroot-gettext chroot-texinfo
-chroot-sed chroot-gawk chroot-findutils chroot-make chroot-gzip chroot-bzip2
-chroot-file chroot-tar chroot-m4 chroot-xz chroot-fakeroot mpfr-devel
-gmp-devel zlib-devel ccache chroot-distcc"
+ chroot-binutils>=2.22.52.0.4_1 chroot-gcc chroot-patch chroot-bash
+ chroot-grep chroot-coreutils chroot-diffutils chroot-gettext chroot-texinfo
+ chroot-sed chroot-gawk chroot-findutils chroot-make chroot-gzip chroot-bzip2
+ chroot-file chroot-tar chroot-m4 chroot-xz chroot-fakeroot mpfr-devel
+ gmp-devel zlib-devel ccache chroot-distcc chroot-git"
 
 if [ -n "$IN_CHROOT" ]; then
 	depends="${_deps}"