We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945f3b3 commit 75efc4fCopy full SHA for 75efc4f
1 file changed
modules/base/config.i686
@@ -9,18 +9,23 @@
9
# Config files for all i686 channel
10
#
11
12
-aur_helper_command="pikaur"
13
-aur_helper_package="pikaur"
+aur_helper_command="trizen"
+aur_helper_package="trizen"
14
aur_helper_depends=(
15
- 'pyalpm'
16
- 'git'
17
- 'python-commonmark'
18
- 'asp'
+ 'git'
+ 'pacutils'
+ 'perl>=5.20.0'
+ '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'
26
)
27
aur_helper_args=(
- #--useask
- --mflags "-AcC,--skippgpcheck"
28
+ #--mflags "-AcC,--skippgpcheck"
29
--aur
30
--noedit
- --nodiff
31
0 commit comments