fix: add -A to makepkg (#1245)

This commit is contained in:
Celestial.y
2025-04-26 11:54:29 +08:00
committed by GitHub
+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
}