xbps-src: require xbps>=0.54.

if xbps-install(1) returns EEXIST, treat it as an error,
do not ignore it.

xbps-install(1) now returns only EEXIST for file conflicts
in transaction, so that it should not be ignored.
This commit is contained in:
Juan RP 2019-06-21 11:47:15 +02:00
parent 0e46d29f44
commit 198acb8e39
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368
2 changed files with 7 additions and 6 deletions

View file

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