index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 3 |
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}" \ |