-
-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yay v12.0.1 regression: query outdated packages has additional output #2057
Comments
wouldn't |
I tend to agree, although most people I see on various forums are using I did try $ yay -Qumq
-> linux: ignoring package upgrade (6.2.8.arch1-1 => 6.2.9.arch1-1)
-> linux-headers: ignoring package upgrade (6.2.8.arch1-1 => 6.2.9.arch1-1) which it did not before v12. |
I've checked against the output of pacman. I would not advice piping |
#2060 should fix it and I'll release another patched version to avoid having changes pile up. |
Thanks! |
Affected Version
yay v12.0.1 - libalpm v13.0.2
Describe the bug
yay -Qum
in yay v12 outputs additional information which breaksyay -Qum | wc -l
used for getting a count of outdated packages.Reproduction Steps
yay -Qum | wc -l
.2
even if no packages are outdated.Expected behavior
yay -Qum
to output only outdated packages.Output
v11 example output:
v12 example output:
The text was updated successfully, but these errors were encountered: