From 05a1e38683cb0f74623aaef71dacd3c2142585ee Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 27 Aug 2013 11:17:29 +0200 Subject: [PATCH] common/global-defs.sh: require xbps-src>=64. --- 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 15212acbd3b..5d4f8807a41 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=60 +XBPS_SRC_REQ=64 # XBPS utils version. XBPS_UTILS_REQ=0.24