xbps-src: update for xbps-0.42 and bump required version.

This commit is contained in:
Juan RP 2014-12-22 11:15:44 +01:00
parent 4636c7ed65
commit b77c7a6836
3 changed files with 18 additions and 18 deletions

View file

@ -304,7 +304,7 @@ read_pkg() {
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
}
readonly XBPS_VERSION_REQ="0.41"
readonly XBPS_VERSION_REQ="0.42"
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
readonly XBPS_SRC_VERSION="113"
export XBPS_MACHINE=$(uname -m)