diff options
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-x | bin/get-package-updates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates index bf516a8..14f63d9 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -179,7 +179,7 @@ for repo in ${repo_names}; do # ignore i686 grep -v -- '-i686/PKGBUILD$' | \ # ignore staging and testing - grep -v -- '[-/]\(staging\|testing\)-[^/]\+/PKGBUILD$' | \ + grep -v -- '[-/]\(staging\|testing\|unstable\)-[^/]\+/PKGBUILD$' | \ sed 's|^\(\S\+\) \(.\)\t\([^/]\+\)/repos/\([^/]\+\)-[^/-]\+/PKGBUILD$|\2 \3 \1 \4|' done | \ sort -u | \ |