vn971 / rua

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

Add user edited PKGBUILD dependencies #226

Open TungstnBallon opened 3 months ago

TungstnBallon commented 3 months ago

Problem: rua ignores the edits made to dependencies in the PKGBUILD Solution: regenerate the .SRCINFO after each review. Parse .SRCINFO and add the new dependencies.

Caveat: Keeps dependencies removed by the user

This was tested by installing neovim-nightly and adding the missing libutf8proc dependency.

closes #209