m1ndflay3r / lemon

Installer for archlinux written in bash script
GNU General Public License v3.0
3 stars 0 forks source link

Implement dependency handling for AUR packages which have AUR packages as dependencies #9

Closed m1ndflay3r closed 2 years ago

m1ndflay3r commented 2 years ago

Currently, if an AUR package has non-official packages as dependencies, it will simply fail. This is, naturally, not ideal. This also impacts aurtool.

m1ndflay3r commented 2 years ago

Took way longer than it should have (someone please remind me why I chose bash script for this project) but automatic aur dependency handling is now implemented.