mirror of
https://github.com/Jguer/yay.git
synced 2025-11-22 00:12:41 -05:00
Before this fix dependencies for AUR targets were added to the graph after each addition of a target node. Now dependencies are added only after all target nodes are added to the graph. Also added some tests for previously bugged cases.