From 31dc8c6e61df0c35b59b73313f63f69744df2b0d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 30 Oct 2013 11:30:53 +0100 Subject: [PATCH] Require xbps-src >= v75 and base-chroot >= 0.40. --- common/global-defs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/global-defs.sh b/common/global-defs.sh index 1d286e235ef..ca4d457e8d6 100644 --- a/common/global-defs.sh +++ b/common/global-defs.sh @@ -11,7 +11,7 @@ # increased to "reproduce" the build behaviour (somewhat :-). # xbps-src version. -XBPS_SRC_REQ=73 +XBPS_SRC_REQ=75 # XBPS utils version. XBPS_UTILS_REQ=0.26.1 @@ -20,4 +20,4 @@ XBPS_UTILS_REQ=0.26.1 XBPS_UTILS_API_REQ=20130918 # base-chroot version. -BASE_CHROOT_REQ=0.39_1 +BASE_CHROOT_REQ=0.40_1