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"