rmarquis / pacaur

[unmaintained] An AUR helper that minimizes user interaction
https://bbs.archlinux.org/viewtopic.php?pid=1755144#p1755144
ISC License
795 stars 113 forks source link

Wildcards in IgnorePkg from /etc/pacman.conf are ignored. #626

Open janoliver opened 7 years ago

janoliver commented 7 years ago
Version
pacaur 4.6.10.24.gd4c7b32
Description

I have mingw-w64-* in IgnorePkg in /etc/pacman.conf but pacaur still attempts to update all these packages. It honors IgnorePkg when using it without wildcards.

zman0900 commented 7 years ago

Same applies to the --ignore command line option. Wildcards that work with pacman are ignored by pacaur.

rmarquis commented 7 years ago

This might be a relevant link. We could pass the list of installed packages or list of available packages.

A similar issue exists in yaourt.