Affected Version
paru v2.1.0 - libalpm v16.0.1
Description
Adding "*-git" to the IgnorePkg in pacman.conf or the IgnoreDevel in paru.conf causes the affected packages to never show when running paru. This is different behavior to when other packages seem to be ignored, where it'll say something like :: wine-staging: ignoring package upgrade (10.7-1 => 11.6-1). Maybe it's specifically with pattern matching?
Here's all the potentially relevant options in my paru.conf:
[options]
PgpFetch
Devel
Provides
DevelSuffixes = -git -cvs -svn -bzr -darcs -always -hg -fossil
IgnoreDevel = *-git
BottomUp
RemoveMake
SudoLoop
SaveChanges
CombinedUpgrade
PacmanConf = /home/d/.config/pacman.conf
and in my pacman.conf:
HoldPkg = pacman glibc
Architecture = auto
IgnorePkg = wine-staging
Color
CheckSpace
DownloadUser = alpm
SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
In my ideal world, ignoring a package would result in consistent reporting behavior. It's possible this is just a thing with pacman, and not paru's fault. Or maybe there's a paru config option I've missed.
Affected Version
paru v2.1.0 - libalpm v16.0.1
Description
Adding "*-git" to the IgnorePkg in pacman.conf or the IgnoreDevel in paru.conf causes the affected packages to never show when running
paru. This is different behavior to when other packages seem to be ignored, where it'll say something like:: wine-staging: ignoring package upgrade (10.7-1 => 11.6-1). Maybe it's specifically with pattern matching?Here's all the potentially relevant options in my paru.conf:
and in my pacman.conf:
In my ideal world, ignoring a package would result in consistent reporting behavior. It's possible this is just a thing with pacman, and not paru's fault. Or maybe there's a paru config option I've missed.