OSDN Git Service

[update] : Use pikaur
[alterlinux/alterlinux.git] / modules / base / config.i686
index ad95f64..6c6a286 100644 (file)
@@ -9,6 +9,9 @@
 # Config files for all i686 channel
 #
 
+
+#-- Use trizen --#
+
 #aur_helper_command="trizen"
 #aur_helper_package="trizen"
 #aur_helper_depends=(
 #    --noedit
 #)
 
+#-- Use wfa --#
+#aur_helper_package="wfa-git"
+#aur_helper_command="wfa"
+#aur_helper_depends=('sudo' 'pacman' 'jq' 'python3' 'curl' 'pyalpm' 'python-srcinfo')
+#aur_helper_args=(
+#    --mflags "-AcC"
+#    --mflags "--skippgpcheck"
+#    --aur
+#)
 
-aur_helper_package="wfa-git"
-aur_helper_command="wfa"
-aur_helper_depends=('sudo' 'pacman' 'jq' 'python3' 'curl' 'pyalpm' 'python-srcinfo')
+#-- Use pikaur --#
+aur_helper_package="pikaur"
+aur_helper_command="pikaur"
+aur_helper_depends=("pyalpm" "asp")
 aur_helper_args=(
-    --mflags "-AcC"
-    --mflags "--skippgpcheck"
     --aur
+    --noedit
+    --noconfirm
+    --nodiff
+    --rebuild
+    --mflags="-AcC,--skippgpcheck"
 )