clyde icon indicating copy to clipboard operation
clyde copied to clipboard

Clyde should recalculate dependencies after editing PKGBUILD

Open strout opened this issue 14 years ago • 1 comments

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.

strout avatar Mar 16 '10 07:03 strout

I think I will do this I am just not sure when. It requires a lot of changes in how things are done...

Kiwi avatar Mar 20 '10 01:03 Kiwi