xbps-src: require xbps>=0.41.
This commit is contained in:
parent
2fa2f06771
commit
732b483f1c
1 changed files with 1 additions and 1 deletions
2
xbps-src
2
xbps-src
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue