diff --git a/common/travis/changed_templates.sh b/common/travis/changed_templates.sh index 91af1f1a3c1..074c991d33a 100755 --- a/common/travis/changed_templates.sh +++ b/common/travis/changed_templates.sh @@ -24,5 +24,6 @@ git diff-tree -r --no-renames --name-only --diff-filter=AM \ "$base" "$tip" \ -- 'srcpkgs/*/template' | cut -d/ -f 2 | + xargs ./xbps-src sort-dependencies | tee /tmp/templates | sed "s/^/ /" >&2