add -A to makepkg

This commit is contained in:
Estela ad Astra
2025-04-26 04:47:14 +02:00
committed by GitHub
parent c9b6339650
commit 1985966022
+1 -1
View File
@@ -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
}