xbps-src-git: require xbps-triggers>=0.54.

This commit is contained in:
Juan RP 2012-11-19 16:47:54 +01:00
parent 1033652449
commit 53519aceac

View file

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