Feature: use the skip_new_locations option for aurman wrapper

pull/19/head
Jan Collijs 2018-08-21 11:42:38 +02:00
parent 3901eb7368
commit 80279644a8
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

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