summaryrefslogtreecommitdiff
path: root/bin/why_dont_you
diff options
context:
space:
mode:
Diffstat (limited to 'bin/why_dont_you')
-rwxr-xr-xbin/why_dont_you2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/why_dont_you b/bin/why_dont_you
index 443a803..401d1ed 100755
--- a/bin/why_dont_you
+++ b/bin/why_dont_you
@@ -182,7 +182,7 @@ case "${action}" in
tar -t 2> /dev/null | \
grep '^[^/]\+/repos/[^/]\+/PKGBUILD$' | \
grep -v -- '-i686/PKGBUILD$' | \
- grep -v -- '[-/]\(staging\|testing\)-[^/]\+/PKGBUILD$' | \
+ grep -v -- '[-/]\(staging\|testing\|unstable\)-[^/]\+/PKGBUILD$' | \
sed '
s|^[^/]\+/repos/\([^/]\+\)-[^/-]\+/PKGBUILD$|\1|
' | \