diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index 7077c135925..2577e351028 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,7 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.41 -revision=3 +revision=4 bootstrap=yes short_desc="The XBPS package system utilities" maintainer="Juan RP " @@ -17,7 +17,7 @@ if [ -z "$CHROOT_READY" ]; then LDFLAGS+=" -L${XBPS_MASTERDIR}/usr/lib" else hostmakedepends="pkg-config git" - makedepends+=" atf-devel" + makedepends+=" atf-devel>=0.21" xbps-tests_package() { short_desc+=" - Kyua testsuite"