xbps-src: requires xbps>=0.45 now.
This commit is contained in:
parent
1fd57abaad
commit
3493f3c229
4 changed files with 6 additions and 6 deletions
2
xbps-src
2
xbps-src
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue