From f2dc12e29fa1bc7d4e9222af127e88a1777b1da3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 5 Jan 2015 17:12:48 +0100 Subject: [PATCH] xbps-src: require xbps>=0.43.1 for the bootstrap target to work. --- xbps-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src b/xbps-src index c75afb4584..f5d5ed4b23 100755 --- a/xbps-src +++ b/xbps-src @@ -304,7 +304,7 @@ read_pkg() { setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD } -readonly XBPS_VERSION_REQ="0.42" +readonly XBPS_VERSION_REQ="0.43.1" readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}') readonly XBPS_SRC_VERSION="113" export XBPS_MACHINE=$(uname -m)