From e128f5626a9ad3b5da85645b912b336000bdca54 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 12 Mar 2013 10:57:58 +0100 Subject: [PATCH] common/global-defs.sh: require xbps-src >= 41 and xbps >= 0.21. --- common/global-defs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/global-defs.sh b/common/global-defs.sh index de8611d8472..115e13a6a7a 100644 --- a/common/global-defs.sh +++ b/common/global-defs.sh @@ -11,13 +11,13 @@ # increased to "reproduce" the build behaviour (somewhat :-). # xbps-src version. -XBPS_SRC_REQ=39 +XBPS_SRC_REQ=41 # XBPS utils version. -XBPS_UTILS_REQ=0.19.1 +XBPS_UTILS_REQ=0.21 # XBPS utils API version. -XBPS_UTILS_API_REQ=20121215 +XBPS_UTILS_API_REQ=20130310 # base-chroot version. BASE_CHROOT_REQ=0.29_1