No need to add git to makedepends with base-chroot>=0.32.

This commit is contained in:
Juan RP 2013-03-13 23:57:34 +01:00
parent 1873142c90
commit 9d7a94aeb9
20 changed files with 20 additions and 26 deletions

View file

@ -3,7 +3,7 @@ pkgname=xbps-src-utils
version=20130221
revision=1
homepage="https://github.com/davehome/xbps-src-utils"
makedepends="git pkg-config flex libxbps-devel>=0.19"
makedepends="pkg-config flex libxbps-devel>=0.19"
short_desc="Various tools for xbps-src in C (like repo-checkvers)"
maintainer="davehome <davehome@redthumb.info.tm>"
license="Simplified BSD"
@ -19,7 +19,7 @@ nofetch=yes
noextract=yes
if [ -n "$XBPS_CROSS_TRIPLET" ]; then
makedepends="git pkg-config flex"
makedepends="pkg-config flex"
crossmakedepends="libfl-devel libxbps-devel"
fi