Skip to content

Commit d5030fd

Browse files
committed
[update] : Use paru
1 parent 33d7539 commit d5030fd

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

modules/base/config.i686

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,19 @@
4444
#)
4545

4646
#-- 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-
)
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+
#)
58+
59+
#-- Use paru --#
60+
aur_helper_package="paru"
61+
aur_helper_command="paru"
62+
aur_helper_depends=("cargo" "asp" "bat")

0 commit comments

Comments
 (0)