xbps-src: requires xbps>=0.45 now.

This commit is contained in:
Juan RP 2015-06-03 11:32:25 +02:00
parent 1fd57abaad
commit 3493f3c229
4 changed files with 6 additions and 6 deletions

View file

@ -344,7 +344,7 @@ read_pkg() {
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
}
readonly XBPS_VERSION_REQ="0.44"
readonly XBPS_VERSION_REQ="0.45"
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
readonly XBPS_SRC_VERSION="113"
export XBPS_MACHINE=$(xbps-uhelper arch)