From e4d4291647437aef690448224a899666cf28c68d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 2 Jan 2014 11:51:54 +0100 Subject: [PATCH] common/global-defs.sh: require xbps-src>=92. --- 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 61bf1dc9c4b..2529bafaa0a 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=90 +XBPS_SRC_REQ=92 # XBPS utils version. XBPS_UTILS_REQ=0.26.1