xbps-src: require xbps>=0.38.

This commit is contained in:
Juan RP 2014-09-15 19:17:24 +02:00
parent 9d724ad8a3
commit 55f8a4b962

View file

@ -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"