Merge pull request #19 from visibilityspots/master

Feature: use the skip_new_locations option for aurman wrapper
This commit is contained in:
kewl
2018-08-21 21:18:42 +01:00
committed by GitHub

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'],