[pacman-dev] [PATCH] during -Qu add [ignored] for repos without Usage = Upgrade

2018-08-31 Thread morganamilo
Fixes FS#59854 Signed-off-by: morganamilo --- src/pacman/query.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pacman/query.c b/src/pacman/query.c index 00c39638..faa06e60 100644 --- a/src/pacman/query.c +++ b/src/pacman/query.c @@ -325,10 +325,14 @@ static int

Re: [pacman-dev] [PATCH] libalpm/sync.c: restrict alpm_sync_newversion by USAGE_UPGRADE

2018-08-31 Thread Morgan Adamiec
On Wed, 29 Aug 2018 at 06:03, Allan McRae wrote: > Someone should send the pacman-contrib maintainers a patch to use that > instead of -Qu. Sadly you would need some sort of 'currentpkgver' formatter `--print-format "%n %currentpkgver -> %v"`.