From 98b459021c1da69b1e348503ff42fd59d967baea Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 31 Jul 2012 18:01:57 +0200 Subject: [PATCH] xbps-src-git: xbps-static is not required anymore. --- srcpkgs/xbps-src-git/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xbps-src-git/template b/srcpkgs/xbps-src-git/template index ca79217f9e1..5e7eb3392b2 100644 --- a/srcpkgs/xbps-src-git/template +++ b/srcpkgs/xbps-src-git/template @@ -1,13 +1,13 @@ # Template file for 'xbps-src-git' pkgname=xbps-src-git version="$(date -u +%Y%m%d)" -revision=1 +revision=2 nofetch=yes noextract=yes build_style=gnu-makefile make_build_args="PREFIX=/usr ETCDIR=/etc/xbps" make_install_args="PREFIX=/usr ETCDIR=/etc/xbps" -depends="gcc-c++ make bison gettext texinfo patch perl fakeroot libcap-progs xbps-static" +depends="gcc-c++ make bison gettext texinfo patch perl fakeroot libcap-progs" makedepends="libcap-devel" fulldepends="git" provides="xbps-src-9999"