Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/get-package-updates1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index c102e3d..5c99c32 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -327,6 +327,7 @@ echo 'Check modified packages from the last update, and put them to the build li
# shellcheck disable=SC2154
git -C "${repo_paths__state}" archive "${new_repo_revisions__state}" -- "${directory}" \
| tar -Ox \
+ | grep -v '^\S\+\( \S\+\)\1\1$' \
| cut -d' ' -f1,4 \
| sed '
s@$@ '"${directory%-*}"'@