aura icon indicating copy to clipboard operation
aura copied to clipboard

aura problem with dependencies

Open simonbcn opened this issue 5 years ago • 1 comments

Arch Linux
Pacman v5.2.2 - libalpm v12.0.2
AURA Version 3.1.9

I'm trying to install the Aur app yacreaderlibraryserver but:

$ sudo aura -A yacreaderlibraryserver
aura >>= Determining dependencies...

aura >>= The dependency libpdfium of yacreaderlibraryserver couldn't be found.

libpdfium doesn't exist but libpdfium-nojs yes and it provides the same.

simonbcn avatar Sep 20 '20 13:09 simonbcn

Aura in general doesn't try to find the source of "provides" when the "provide" itself isn't a real package. We could look into adding that feature, I'd have to review the AUR API docs.

For now, installing libpdfium-nojs manually would solve the issue.

fosskers avatar Sep 21 '20 02:09 fosskers