On 30/5/23 07:54, Ronan Pigott wrote:
Recently I wanted to find foreign packages that own a path and found
that pacman -Qmoq /my/path gives an error. I don't see any reason in
principle why this should not be allowed, so I'd like to change it.
Ronan Pigott (2):
query: move declarations of filter related functions
query: permit filter options with --owns
src/pacman/pacman.c | 1 -
src/pacman/query.c | 131 ++++++++++++++++++++++++--------------------
2 files changed, 71 insertions(+), 61 deletions(-)
Why? Only one package can ever own a path. I can not see a reason for
this.
Allan