clyde
clyde copied to clipboard
Clyde should recalculate dependencies after editing PKGBUILD
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 think I will do this I am just not sure when. It requires a lot of changes in how things are done...