From f5e84f401ff0d9c1944b915453295eb49cfcc16d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 Sep 2013 11:54:39 +0200 Subject: [PATCH] Require xbps-src >= 68 and xbps >= 0.26. --- 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 5d4f8807a41..0a444eb9b16 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=64 +XBPS_SRC_REQ=68 # XBPS utils version. -XBPS_UTILS_REQ=0.24 +XBPS_UTILS_REQ=0.26 # XBPS utils API version. -XBPS_UTILS_API_REQ=20130418 +XBPS_UTILS_API_REQ=20130918 # base-chroot version. BASE_CHROOT_REQ=0.35_1