From 53519aceac727e96b1e0e7d0574481ece2425146 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 19 Nov 2012 16:47:54 +0100 Subject: [PATCH] xbps-src-git: require xbps-triggers>=0.54. --- srcpkgs/xbps-src-git/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"