OSDN Git Service

[fix] : Use trizen for AUR helper of i686
authorhayao <hayao@fascode.net>
Sat, 6 Nov 2021 12:24:24 +0000 (21:24 +0900)
committerhayao <hayao@fascode.net>
Sat, 6 Nov 2021 12:24:24 +0000 (21:24 +0900)
modules/base/config.i686

index f591495..0ae12ce 100644 (file)
@@ -9,18 +9,23 @@
 # Config files for all i686 channel
 #
 
-aur_helper_command="pikaur"
-aur_helper_package="pikaur"
+aur_helper_command="trizen"
+aur_helper_package="trizen"
 aur_helper_depends=(
-       'pyalpm'
-       'git'
-       'python-commonmark'
-       'asp'
+    'git'
+    'pacutils'
+    'perl>=5.20.0'
+    'perl-libwww'
+    'perl-term-ui'
+    'pacman'
+    'perl-json'
+    'perl-data-dump'
+    'perl-lwp-protocol-https'
+    'perl-term-readline-gnu'
+    'highlight'
 )
 aur_helper_args=(
-    #--useask
-    --mflags "-AcC,--skippgpcheck"
+    #--mflags "-AcC,--skippgpcheck"
     --aur
     --noedit
-    --nodiff
 )