xbps-src: require xbps>=0.38.
This commit is contained in:
parent
9d724ad8a3
commit
55f8a4b962
1 changed files with 1 additions and 2 deletions
3
xbps-src
3
xbps-src
|
@ -310,8 +310,7 @@ read_pkg() {
|
||||||
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
|
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
|
||||||
}
|
}
|
||||||
|
|
||||||
# Requires xbps>=0.37
|
readonly XBPS_VERSION_REQ="0.38"
|
||||||
readonly XBPS_VERSION_REQ="0.37"
|
|
||||||
|
|
||||||
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
|
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
|
||||||
readonly XBPS_SRC_VERSION="113"
|
readonly XBPS_SRC_VERSION="113"
|
||||||
|
|
Loading…
Reference in a new issue