From 55f8a4b962adab71a572bf4e60ddbdd99e975aab Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 15 Sep 2014 19:17:24 +0200 Subject: [PATCH] xbps-src: require xbps>=0.38. --- xbps-src | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xbps-src b/xbps-src index 2224208574f..224e6526759 100755 --- a/xbps-src +++ b/xbps-src @@ -310,8 +310,7 @@ read_pkg() { setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD } -# Requires xbps>=0.37 -readonly XBPS_VERSION_REQ="0.37" +readonly XBPS_VERSION_REQ="0.38" readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}') readonly XBPS_SRC_VERSION="113"