Skip to content

Commit 55bc5c8

Browse files
committed
[fix] : Added mflags to wfa
1 parent f304438 commit 55bc5c8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ aur_helper_depends=("go")
140140
aur_helper_args=(
141141
--useask
142142
--mflags "-AcC"
143+
--mflags "--skippgpcheck"
143144
--aur
144145
--nocleanmenu
145146
--nodiffmenu
146147
--noeditmenu
147148
--noupgrademenu
148149
--noprovides
149150
--removemake
150-
--mflags "--skippgpcheck"
151151
)
152152

153153
#-- kernel config --#

modules/base/config.i686

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@
3434
aur_helper_package="wfa-git"
3535
aur_helper_command="wfa"
3636
aur_helper_depends=('sudo' 'pacman' 'jq' 'python3' 'curl' 'pyalpm' 'python-srcinfo')
37-
aur_helper_args=()
37+
aur_helper_args=(
38+
--mflags "-AcC"
39+
--mflags "--skippgpcheck"
40+
--aur
41+
)

0 commit comments

Comments
 (0)