Re: [pacman-dev] [PATCH] Show install status during file search

2018-08-09 Thread Allan McRae
On 12/06/18 06:17, morganamilo wrote: > When doing "pacman -Fs", show the "[installed: version]" > message just like "pacman -Ss". > > Signed-off-by: morganamilo > --- Something not quite right here. Note I have pacman-git installed. allan@kamala ~/arch/code/pacman (patchqueue) $

[pacman-dev] [PATCH] Show install status during file search

2018-06-11 Thread morganamilo
When doing "pacman -Fs", show the "[installed: version]" message just like "pacman -Ss". Signed-off-by: morganamilo --- src/pacman/files.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pacman/files.c b/src/pacman/files.c index d7fc5446..65e6ad26 100644 ---