I added a dependency to the PKGBUILD of a package from the AUR, and expected clyde to ask to install it, but instead it did not, and makepkg failed due to the missing dependency. I had to manually install the dependency beforehand.
Specifically, I ran clyde -S squeak, added makedepends=('cmake') to PKGBUILD, then clyde continued by calling makepkg instead of rechecking dependencies and asking to install cmake.
I added a dependency to the PKGBUILD of a package from the AUR, and expected clyde to ask to install it, but instead it did not, and makepkg failed due to the missing dependency. I had to manually install the dependency beforehand.
Specifically, I ran
clyde -S squeak
, addedmakedepends=('cmake')
to PKGBUILD, then clyde continued by calling makepkg instead of rechecking dependencies and asking to install cmake.