Update checkdeps

This commit is contained in:
clsty
2025-10-30 12:58:24 +08:00
parent f50a3fe686
commit f10bbacf7b
+1 -2
View File
@@ -21,7 +21,6 @@ cat $pkglistfile_orig_s | sed "s_\ _\n_g" > $pkglistfile
echo "The non-existent pkgs in $pkglistfile_orig are listed as follows."
# Borrowed from https://bbs.archlinux.org/viewtopic.php?pid=1490795#p1490795
#comm -23 <(sort -u $pkglistfile) <(sort -u <(wget -q -O - https://aur.archlinux.org/packages.gz | gunzip) <(pacman -Ssq))
comm -23 <(sort -u $pkglistfile) <(curl https://aur.archlinux.org/packages.gz | gzip -cd | sort)
comm -23 <(sort -u $pkglistfile) <(sort -u <(curl https://aur.archlinux.org/packages.gz | gzip -cd | sort) <(pacman -Ssq))
echo "End of list. If nothing appears, then all pkgs exist."
rm $pkglistfile