index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 4 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 9fb1759..7f192d4 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -9,7 +9,7 @@ # -> (stale) lock files, moving (or changing content of) loop lock files # dependencies declared inside a PKGBUILD's package function do not # correctly take into account CARCH (see package "gens" from community) -# remove extra case for "python-pysocks" +# remove extra case for "python-pysocks" and "gens" . "${0%/*}/../conf/default.conf" @@ -222,7 +222,7 @@ while [ -n "${black_listed_new}" ]; do s|\(\.[^.]\+\)\{3\}$|| ' done | \ - grep -v '^python-pysocks$' | \ + grep -v '^python-pysocks$\|^gens$' | \ sort -u )" black_listed_new="$( |