summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-package-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 5f7f618..34f3b6e 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -357,7 +357,7 @@ echo 'Check modified packages from the last update, and put them to the build li
fi | \
grep '^\S\+ .\s[^/]\+/repos/[^/]\+/PKGBUILD$' | \
# ignore i686
- grep -v -- '-i686/PKGBUILD$' | \
+ grep -- '-\(any\|x86_64\)/PKGBUILD$' | \
# ignore staging and testing
grep -v -- '[-/]\(staging\|testing\|unstable\)-[^/]\+/PKGBUILD$' | \
sed 's|^\(\S\+\) \(.\)\t\([^/]\+\)/repos/\([^/]\+\)-[^/-]\+/PKGBUILD$|\2 \3 \1 \4|'