xbps-src: added support for the "tags" variable and require xbps>=0.37.
This commit is contained in:
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"
|
||||
|
||||
Reference in New Issue
Block a user