yay needed option added

pull/12/head
kewl fft 2018-07-06 22:12:28 +01:00
parent 2df576955a
commit 2f67cbcc9f
1 changed files with 1 additions and 1 deletions

2
aur.py
View File

@ -76,7 +76,7 @@ use_cmd = {
'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'],
'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],
'pikaur': ['pikaur', '-S', '--noconfirm', '--noedit', '--needed'],
'yay': ['yay', '-S', '--noconfirm'],
'yay': ['yay', '-S', '--noconfirm', '--needed'],
'makepkg': ['makepkg', '--syncdeps', '--install', '--noconfirm', '--needed']
}
# optional: aurman, pacaur, trizen have a --aur option, do things only for aur