Skip to content

Commit 75efc4f

Browse files
committed
[fix] : Use trizen for AUR helper of i686
1 parent 945f3b3 commit 75efc4f

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

modules/base/config.i686

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

12-
aur_helper_command="pikaur"
13-
aur_helper_package="pikaur"
12+
aur_helper_command="trizen"
13+
aur_helper_package="trizen"
1414
aur_helper_depends=(
15-
'pyalpm'
16-
'git'
17-
'python-commonmark'
18-
'asp'
15+
'git'
16+
'pacutils'
17+
'perl>=5.20.0'
18+
'perl-libwww'
19+
'perl-term-ui'
20+
'pacman'
21+
'perl-json'
22+
'perl-data-dump'
23+
'perl-lwp-protocol-https'
24+
'perl-term-readline-gnu'
25+
'highlight'
1926
)
2027
aur_helper_args=(
21-
#--useask
22-
--mflags "-AcC,--skippgpcheck"
28+
#--mflags "-AcC,--skippgpcheck"
2329
--aur
2430
--noedit
25-
--nodiff
2631
)

0 commit comments

Comments
 (0)