Kiwi / clyde

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

Clyde tries to install package= instead of package #139

Closed rmbl closed 13 years ago

rmbl commented 13 years ago

I tried to install the package banshee-community-extensions from AUR. One of the dependencies is banshee==2.0.1. Instead of searching for the package banshee (which is already installed in the required version), clyde tries to find and install the package banshee= from AUR which of course fails.

juster commented 13 years ago

That is not the right syntax for a PKGBUILD file. You aren't supposed to use == for depends. You are supposed to use only one =. Tell the package maintainer to fix it. That package probably won't even build with makepkg on its own (which you might try before blaming an AUR helper).

rmbl commented 13 years ago

It does build with makepkg. That's why I thought it might be a problem with clyde.

stuartpb commented 13 years ago

I'd call that an issue in makepkg then.