index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-08-24 10:52:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-24 10:52:44 +0200 |
commit | 720adc14f36d2e5a5b934e3e490067577efe250b (patch) | |
tree | 0b8516ab4138ac3ace24a42cf46db02fe716082d /bin | |
parent | fbd125c82e6412a561cc6370f281cbc51b0db0c8 (diff) |
-rwxr-xr-x | bin/get-package-updates | 19 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 7cd17cf..952d1ce 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -12,9 +12,6 @@ # (might be connected to above): find out who deletes loop-files which # should not be deleted -# dependencies declared inside a PKGBUILD's package function do not -# correctly take into account CARCH (see package "gens" from community) - # remove extra whitelist cases # shellcheck source=conf/default.conf @@ -340,22 +337,12 @@ while [ -n "${black_listed_new}" ]; do sort -k2,2 | \ join -1 1 -2 2 -o 2.1 - "${work_dir}/newest-dependencies" | \ while read -r pkg; do - if [ "${pkg}" = 'python-pysocks' ] || \ - [ "${pkg}" = 'dev86' ] || \ - [ "${pkg}" = 'gens' ] || \ + if [ "${pkg}" = 'dev86' ] || \ [ "${pkg}" = 'luxblend25' ] || \ - [ "${pkg}" = 'nspluginwrapper' ] || \ - [ "${pkg}" = 'pcsxr' ] || \ - [ "${pkg}" = 'python-pifpaf' ] || \ - [ "${pkg}" = 'python-pymongo' ] || \ - [ "${pkg}" = 'q4wine' ] || \ - [ "${pkg}" = 'sopcast' ] || \ - [ "${pkg}" = 'syslinux' ] || \ - [ "${pkg}" = 'unifi' ] || \ + [ "${pkg}" = 'python-pysocks' ] || \ [ "${pkg}" = 'wine' ] || \ [ "${pkg}" = 'wine-staging' ] || \ - [ "${pkg}" = 'wine-staging-nine' ] || \ - [ "${pkg}" = 'zsnes' ]; then + [ "${pkg}" = 'wine-staging-nine' ]; then >&2 printf 'blacklisting: %s would be black listed, but is ignored.\n' "${pkg}" else echo "${pkg}" |