Skip to content

Commit 7258edd

Browse files
committed
[update] : Use pikaur
1 parent 78e9917 commit 7258edd

1 file changed

Lines changed: 21 additions & 5 deletions

File tree

modules/base/config.i686

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
# Config files for all i686 channel
1010
#
1111

12+
13+
#-- Use trizen --#
14+
1215
#aur_helper_command="trizen"
1316
#aur_helper_package="trizen"
1417
#aur_helper_depends=(
@@ -30,12 +33,25 @@
3033
# --noedit
3134
#)
3235

36+
#-- Use wfa --#
37+
#aur_helper_package="wfa-git"
38+
#aur_helper_command="wfa"
39+
#aur_helper_depends=('sudo' 'pacman' 'jq' 'python3' 'curl' 'pyalpm' 'python-srcinfo')
40+
#aur_helper_args=(
41+
# --mflags "-AcC"
42+
# --mflags "--skippgpcheck"
43+
# --aur
44+
#)
3345

34-
aur_helper_package="wfa-git"
35-
aur_helper_command="wfa"
36-
aur_helper_depends=('sudo' 'pacman' 'jq' 'python3' 'curl' 'pyalpm' 'python-srcinfo')
46+
#-- Use pikaur --#
47+
aur_helper_package="pikaur"
48+
aur_helper_command="pikaur"
49+
aur_helper_depends=("pyalpm" "asp")
3750
aur_helper_args=(
38-
--mflags "-AcC"
39-
--mflags "--skippgpcheck"
4051
--aur
52+
--noedit
53+
--noconfirm
54+
--nodiff
55+
--rebuild
56+
--mflags="-AcC,--skippgpcheck"
4157
)

0 commit comments

Comments
 (0)