xbps-src: added support for the "tags" variable and require xbps>=0.37.

This commit is contained in:
Juan RP 2014-06-06 20:51:47 +02:00
parent b308d7cfac
commit 1b4e6ecaac
3 changed files with 9 additions and 6 deletions

View file

@ -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"