From 1985966022e609e5d7a5aad8952347f6b7a0d804 Mon Sep 17 00:00:00 2001 From: Estela ad Astra Date: Sat, 26 Apr 2025 04:47:14 +0200 Subject: [PATCH] add -A to makepkg --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6c1604c99..3852e4378 100755 --- a/install.sh +++ b/install.sh @@ -94,7 +94,7 @@ install-local-pkgbuild() { source ./PKGBUILD x yay -S $installflags --asdeps "${depends[@]}" - x makepkg -si --noconfirm + x makepkg -Asi --noconfirm x popd }