aur_only extended to all helpers

This commit is contained in:
kewl fft
2020-05-24 10:08:21 -04:00
parent 10d9c76a31
commit 5ac7c0ef86
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ options:
aur_only:
description:
- Limit operation to the AUR. Compatible with yay, aurman, pacaur and trizen.
- Limit helper operation to the AUR.
notes:
- When used with a `loop:` each package will be processed individually,
it is much more efficient to pass the list directly to the `name` option.
@@ -92,7 +92,7 @@ use_cmd = {
'makepkg': ['makepkg', '--syncdeps', '--install', '--noconfirm', '--needed']
}
has_aur_option = ['yay', 'pacaur', 'trizen', 'aurman']
has_aur_option = ['yay', 'pacaur', 'trizen', 'pikaur', 'aurman']
def package_installed(module, package):