From 7258edd294d77910301df2c9cf76f1298aea3e65 Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 22 Nov 2021 21:34:14 +0900 Subject: [PATCH] [update] : Use pikaur --- modules/base/config.i686 | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/modules/base/config.i686 b/modules/base/config.i686 index ad95f645..6c6a2863 100644 --- a/modules/base/config.i686 +++ b/modules/base/config.i686 @@ -9,6 +9,9 @@ # Config files for all i686 channel # + +#-- Use trizen --# + #aur_helper_command="trizen" #aur_helper_package="trizen" #aur_helper_depends=( @@ -30,12 +33,25 @@ # --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" ) -- 2.11.0