Skip to content

Commit 6411108

Browse files
committed
[fix] : Try to resolve denepdences
1 parent 7258edd commit 6411108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/aur.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if ! pacman -Qq "${aur_helper_package}" 1> /dev/null 2>&1; then
114114
# Build
115115
sudo -u "${aur_username}" git clone "https://aur.archlinux.org/${aur_helper_package}.git" "/tmp/${aur_helper_package}"
116116
cd "/tmp/${aur_helper_package}"
117-
sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --install
117+
sudo -u "${aur_username}" makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --install --syncdeps
118118

119119
# Install
120120
for _pkg in $(sudo -u "${aur_username}" makepkg --packagelist); do

0 commit comments

Comments
 (0)