We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d7539 commit d5030fdCopy full SHA for d5030fd
1 file changed
modules/base/config.i686
@@ -44,14 +44,19 @@
44
#)
45
46
#-- Use pikaur --#
47
-aur_helper_package="pikaur"
48
-aur_helper_command="pikaur"
49
-aur_helper_depends=("pyalpm" "asp" "python-commonmark")
50
-aur_helper_args=(
51
- --aur
52
- --noedit
53
- --noconfirm
54
- --nodiff
55
- --rebuild
56
- --mflags="-AcC,--skippgpcheck"
57
-)
+#aur_helper_package="pikaur"
+#aur_helper_command="pikaur"
+#aur_helper_depends=("pyalpm" "asp" "python-commonmark")
+#aur_helper_args=(
+# --aur
+# --noedit
+# --noconfirm
+# --nodiff
+# --rebuild
+# --mflags="-AcC,--skippgpcheck"
+#)
58
+
59
+#-- Use paru --#
60
+aur_helper_package="paru"
61
+aur_helper_command="paru"
62
+aur_helper_depends=("cargo" "asp" "bat")
0 commit comments