From 633f5d2fbb67035b6dac5e37e882a27acd8c62ca Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 May 2013 10:40:39 +0200 Subject: [PATCH] Require xbps-src>=53 to build packages. --- 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 9977cd4a23..336662fc2b 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=51 +XBPS_SRC_REQ=53 # XBPS utils version. XBPS_UTILS_REQ=0.24