diff --git a/aur.py b/aur.py index 67d7118..c597a4f 100644 --- a/aur.py +++ b/aur.py @@ -72,7 +72,7 @@ EXAMPLES = ''' def_lang = ['env', 'LC_ALL=C'] use_cmd = { - 'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed'], + 'aurman': ['aurman', '-S', '--noconfirm', '--noedit', '--needed', '--skip_news'], 'yay': ['yay', '-S', '--noconfirm', '--needed'], 'pacaur': ['pacaur', '-S', '--noconfirm', '--noedit', '--needed'], 'trizen': ['trizen', '-S', '--noconfirm', '--noedit', '--needed'],