Closed firecat53 closed 7 years ago
I've got
ignore_packages='icaclient' 'spotify'
in ~/.config/aurgetrc and running aurget -Syu actually results in spotify being executed. Unless I read it wrong, the manpage says to use a space-separated list of packages.
aurget -Syu
Thanks!
Oops. Everything needs to be inside the same quote marks. 'icaclient spotify' works fine. Sorry for the noise!
'icaclient spotify'
I've got
in ~/.config/aurgetrc and running
aurget -Syu
actually results in spotify being executed. Unless I read it wrong, the manpage says to use a space-separated list of packages.Thanks!