diff --git a/srcpkgs/xbps-src-git/template b/srcpkgs/xbps-src-git/template index 1024c77a9dd..8ba3491004b 100644 --- a/srcpkgs/xbps-src-git/template +++ b/srcpkgs/xbps-src-git/template @@ -1,7 +1,7 @@ # Template file for 'xbps-src-git' pkgname=xbps-src-git version="$(date -u +%Y%m%d)" -revision=2 +revision=3 build_style=gnu-makefile make_build_args="PREFIX=/usr ETCDIR=/etc/xbps" make_install_args="PREFIX=/usr ETCDIR=/etc/xbps" @@ -25,6 +25,7 @@ nofetch=yes noextract=yes makedepends="git" +depends="xbps-triggers>=0.54" do_fetch() { local url="git://github.com/xtraeme/xbps-src"