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"