xbps-src: added support for the "tags" variable and require xbps>=0.37.
This commit is contained in:
parent
b308d7cfac
commit
1b4e6ecaac
3 changed files with 9 additions and 6 deletions
4
xbps-src
4
xbps-src
|
@ -299,8 +299,8 @@ read_pkg() {
|
|||
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
|
||||
}
|
||||
|
||||
# Requires xbps>=0.35
|
||||
readonly XBPS_VERSION_REQ="0.35"
|
||||
# Requires xbps>=0.37
|
||||
readonly XBPS_VERSION_REQ="0.37"
|
||||
|
||||
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
|
||||
readonly XBPS_SRC_VERSION="113"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue