xbps-src: require xbps>=0.41.

This commit is contained in:
Juan RP 2014-09-30 06:05:27 +02:00
parent 2fa2f06771
commit 732b483f1c

View File

@ -302,7 +302,7 @@ read_pkg() {
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
}
readonly XBPS_VERSION_REQ="0.38"
readonly XBPS_VERSION_REQ="0.41"
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
readonly XBPS_SRC_VERSION="113"