manjaro / pamac-cli

Terminal Package Manager for Manjaro Linux with Alpm, AUR, Appstream, Flatpak and Snap support
GNU General Public License v3.0
1 stars 1 forks source link

wishlist: add `--force-refresh` option to `pamac search` #2

Open callegar opened 1 week ago

callegar commented 1 week ago

Sometimes the search fails because the aur data is not present/not updated. Currently, the only option to have that update seems to be pamac update -a --force-refresh that has the side effect of also updating (unless you block it at the last minute). I think that a way to force the update of the (aur) data without other side effects would be beneficial

commonsourcecs commented 1 week ago

@callegar this should already be possible with pamac update --force-refresh --aur --dry-run.