`aura deps` should query the AUR for extended dependency information
Maybe related to #900.
aur deps bauerbill --open
# an empty image is displayed
If there were a failed git clone there may be consequences here, yeah. What does aura check tell you?
I found out why nothing appears here, and it's unrelated to #900.
deps will only consider packages:
- In your sync dbs (anything installed or not).
- In your local db (to account for installed AUR packages).
It does not currently support lookups to AUR packages that aren't installed.
Any thoughts?
I don't think there's an inherent limitation for aura deps to be limited to pacman databases. AUR lookups already give you full dependency information for packages on the AUR. If you want to be fancy, you could add coloring to the graph. For example
R -> AUR package G -> sync db package B -> local db package
I could potentially add a flag that activates (F)AUR lookups. That way, aura deps is still fast for offline usage if the user is fine with that.