Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Filter out ignored packages when checking for AUR packages updat…
…e with paru (#305) `paru` still shows packages listed in pacman.conf's `IgnorePkg` array when checking for update with `-Qua`, creating false positives when checking for updates with `arch-update`. This commit properly filters out packages tagged as `[ignored]` from the `paru` output to prevent such false positives. *For information, `pikaur` also shows packages listed in `IgnorePkg` in its output but in `stderr`, which is already filtered out by `arch-update` (so no fix needed for `pikaur`). `yay` completely ignores packages listed in `IgnorePkg` already (just like `checkupdates` does for packages from the repos).* Fixes #304
- Loading branch information