We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f304438 commit 55bc5c8Copy full SHA for 55bc5c8
2 files changed
default.conf
@@ -140,14 +140,14 @@ aur_helper_depends=("go")
140
aur_helper_args=(
141
--useask
142
--mflags "-AcC"
143
+ --mflags "--skippgpcheck"
144
--aur
145
--nocleanmenu
146
--nodiffmenu
147
--noeditmenu
148
--noupgrademenu
149
--noprovides
150
--removemake
- --mflags "--skippgpcheck"
151
)
152
153
#-- kernel config --#
modules/base/config.i686
@@ -34,4 +34,8 @@
34
aur_helper_package="wfa-git"
35
aur_helper_command="wfa"
36
aur_helper_depends=('sudo' 'pacman' 'jq' 'python3' 'curl' 'pyalpm' 'python-srcinfo')
37
-aur_helper_args=()
+aur_helper_args=(
38
+ --mflags "-AcC"
39
40
+ --aur
41
+)
0 commit comments