Revert "xbps-src: require xbps>=0.54."

This reverts commit 198acb8e39.

I'm reverting this until I fix the issue properly.
This commit is contained in:
Juan RP 2019-06-21 13:04:43 +02:00
parent cea4deb449
commit d778cbdc70
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368
2 changed files with 6 additions and 7 deletions

View file

@ -390,7 +390,7 @@ setup_distfiles_mirror() {
done
}
readonly XBPS_VERSION_REQ="0.54"
readonly XBPS_VERSION_REQ="0.46"
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
readonly XBPS_SRC_VERSION="113"
export XBPS_MACHINE=$(xbps-uhelper arch)