xbps-src: allow update-check for broken packages

This commit is contained in:
Michael Gehring 2017-07-01 22:31:17 +00:00
parent cba8baa318
commit 31db228f9b

View file

@ -777,7 +777,7 @@ case "$XBPS_TARGET" in
bulk_update -i bulk_update -i
;; ;;
update-check) update-check)
read_pkg read_pkg ignore-broken
update_check update_check
;; ;;
update-hash-cache) update-hash-cache)