From 88ff569cf1441c3ca9a1facb67e5e778cefc5bc1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 May 2013 14:35:23 +0200 Subject: [PATCH] common/global-defs.sh: require xbps-src >= 51 due to 'force_debug_pkgs' support. --- 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 c39d926561..9977cd4a23 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=49 +XBPS_SRC_REQ=51 # XBPS utils version. XBPS_UTILS_REQ=0.24