From 35ea7a54f4a59503a09062d3fd6cf37010718c3f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 May 2013 11:32:25 +0200 Subject: [PATCH] common/global-defs.sh: require xbps-src>=48 and base-chroot>=0.35. --- 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 0b6021b8662..6b7aa4c789e 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=47 +XBPS_SRC_REQ=48 # XBPS utils version. XBPS_UTILS_REQ=0.22 @@ -20,4 +20,4 @@ XBPS_UTILS_REQ=0.22 XBPS_UTILS_API_REQ=20130315 # base-chroot version. -BASE_CHROOT_REQ=0.34_1 +BASE_CHROOT_REQ=0.35_1