From 6411108c1f6a9d7b498369b283d8f481580f37be Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 22 Nov 2021 21:43:44 +0900 Subject: [PATCH] [fix] : Try to resolve denepdences --- system/aur.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/aur.sh b/system/aur.sh index 215dd2ec..7caa92a1 100755 --- a/system/aur.sh +++ b/system/aur.sh @@ -114,7 +114,7 @@ if ! pacman -Qq "${aur_helper_package}" 1> /dev/null 2>&1; then # Build sudo -u "${aur_username}" git clone "https://aur.archlinux.org/${aur_helper_package}.git" "/tmp/${aur_helper_package}" cd "/tmp/${aur_helper_package}" - sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --install + sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --install --syncdeps # Install for _pkg in $(sudo -u "${aur_username}" makepkg --packagelist); do -- 2.11.0