vn971 / rua

Build tool for Arch Linux providing control, review and jailed build options
GNU General Public License v3.0
421 stars 38 forks source link

Solve issue #149 by adding a command for listing all AUR-packages #182

Closed DavidNiehues closed 2 years ago

DavidNiehues commented 2 years ago

This pull request solves issue #149 by doing the following:

I mostly followed the approach from action_upgrade.rs. I'm rather new to rust development. Hence, if anyone sees ways to improve the code, I'm happy to apply them.

SteVwonder commented 1 year ago

Curious why this PR was closed. Does it just need to be rebased onto the latest main? Or is there a larger/fundmental issue with it? If the former, I'd be happy to take a stab at rebasing it.

DavidNiehues commented 1 year ago

Hi @SteVwonder there is no fundamental issue with the PR I would know of. I just wasn't satisfied with with how the history turned out and first didn't have the time to clean it up and later, unfortunately forgot about it. I will probably have some time on the weekend. If you are still interested, I'd be happy to provide an updated version of the PR based on the current master branch.