From a65b18a0deeef6ac4b99e7c50b5dff8f52d2dd61 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 25 Jul 2013 09:08:08 +0200 Subject: [PATCH] common/global-defs.sh: require xbps-src>=60. --- common/global-defs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/global-defs.sh b/common/global-defs.sh index c634e15e552..15212acbd3b 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=58 +XBPS_SRC_REQ=60 # XBPS utils version. XBPS_UTILS_REQ=0.24