From 625aaf2ac4d142110dd910b71df3fa83435b621d Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 17 Jan 2026 20:43:42 -0500 Subject: refactor: don't do `--gendb` anymore aur has bot detection now and this just exits 1 --- .local/bin/parucache-clean-up | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.local/bin/parucache-clean-up') diff --git a/.local/bin/parucache-clean-up b/.local/bin/parucache-clean-up index ec96aa2..7939102 100755 --- a/.local/bin/parucache-clean-up +++ b/.local/bin/parucache-clean-up @@ -67,9 +67,12 @@ clean_aur_cache() { else printf "warning: paru cache directory not found: %s\n" "$cache_dir" fi - - printf "regenerating paru database...\n" - paru --gendb || error_exit "failed to regenerate paru database" + + # not regenerating paru database anymore since the aur has bot-detection now + ## printf "regenerating paru database...\n" + ## paru --gendb || error_exit "failed to regenerate paru database" + + paru -Ps } # default values -- cgit v1.2.3