Kiwi / clyde

Next-generation libalpm/makepkg wrapper.
https://kiwi.github.io/clyde
Other
63 stars 8 forks source link

Clyde should recalculate dependencies after editing PKGBUILD #10

Open strout opened 14 years ago

strout commented 14 years ago

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.

Kiwi commented 14 years ago

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