Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-23 15:31:58 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-23 15:31:58 +0200
commit54fed084ba0855d6fe6b223669d3ccff420fbf17 (patch)
tree549fe1601d54b4ebf16c05ac5100d4a8b6100af5 /bin/get-package-updates
parentbded578f92ef6aac2e6f6813cb7a084a9dfe79a6 (diff)
clean up duplicate logic and unneeded options
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 0f8dae0..c102e3d 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -481,7 +481,6 @@ echo 'remove blacklisted packages'
d
'
} \
-| expand_blacklist_architectures "${tmp_dir}/architecture-compatibilities" \
| sort -u \
| while read -r arch pkgbase; do
delete_package "${arch}" "${pkgbase}" '%s'