xbps-src: require xbps>=0.43.1 for the bootstrap target to work.

This commit is contained in:
Juan RP 2015-01-05 17:12:48 +01:00
parent 29b171a284
commit f2dc12e29f

View file

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