Aurman feature: fetch new pgp keys without interaction

pull/15/head
Jan Collijs 2018-07-24 10:40:52 +02:00
parent 3ebf634913
commit 349e237307
No known key found for this signature in database
GPG Key ID: DFD84079F6AC6D5A
1 changed files with 1 additions and 1 deletions

2
aur.py
View File

@ -72,7 +72,7 @@ EXAMPLES = '''
def_lang = ['env', 'LC_ALL=C']
use_cmd = {
'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news'],
'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news', '--pgp_fetch'],
'yay': ['yay', '-S', '--noconfirm', '--needed'],
'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'],
'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],