summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-package-updates3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index cdd7619..2b42144 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -325,8 +325,7 @@ echo 'Check modified packages from the last update, and put them to the build li
# would they be black listed in the first place?
if git -C "${git_dir}" archive "${git_rev}" -- "${pkgbase}/repos" \
| tar -tf - \
- | cut -d/ -f3 \
- | grep -q -- '-x86_64$'; then
+ | grep -q -- '-\(any\|x86_64\)/PKGBUILD$'; then
printf 'A %s %s %s\n' \
"${pkgbase}" \
"${git_rev}" \