Fix calling dependencies after sourcing

This commit is contained in:
Makrennel 2024-06-06 00:07:30 +01:00
parent 07601ed2aa
commit 55c4acfad9

View file

@ -120,8 +120,8 @@ install-local-pkgbuild() {
x pushd $location
source ./PKGBUILD
x $AUR_HELPER -S $installflags --asdeps $depends
x makepkg -si
x $AUR_HELPER -S $installflags --asdeps "${depends[@]}"
x makepkg -si --noconfirm
x popd
}