We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4ad5dd + c0eaf69 commit 31bcf9bCopy full SHA for 31bcf9b
lib/aur-sync
@@ -427,11 +427,12 @@ if (( auto_key_retrieve )); then
427
fi
428
429
# Verify dependency tree (#20)
430
+# Use pacini to preprocess .SRCINFO to avoid CRLF (#1203)
431
if (( graph )); then
432
if ! { while read -r pkg; do
433
[[ $pkg ]] && printf '%s\0' "$pkg/.SRCINFO"
434
done
- } | xargs -0 cat -- | aur graph "${graph_args[@]}" REVERSE=1
435
+ } | xargs -0 cat -- | pacini | aur graph "${graph_args[@]}" REVERSE=1
436
then
437
printf >&2 '%s: failed to verify dependency graph\n' "$argv0"
438
exit 1
0 commit comments