Merge pull request #14 from gliech/master

Skip the archlinux.org news in aurman
pull/15/head
kewl 2018-07-17 11:11:37 +01:00 committed by GitHub
commit 3ebf634913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'] def_lang = ['env', 'LC_ALL=C']
use_cmd = { use_cmd = {
'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed'], 'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news'],
'yay': ['yay', '-S', '--noconfirm', '--needed'], 'yay': ['yay', '-S', '--noconfirm', '--needed'],
'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'], 'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'],
'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'], 'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],