1 pkgname=pupdatenotifier
5 >>> To allow pupdatenotifier synchronize the databases you must
6 >>> add the following line at the end of the "/etc/sudoers" file:
7 >>> user ALL=(ALL) NOPASSWD: /usr/bin/pacman -Sy
9 >>> For system upgrade support the following is also needed:
10 >>> user ALL=(ALL) NOPASSWD: /usr/bin/pacman -Su
12 >>> Using "visudo" to edit the sudoers file is strongly recommendable.