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.
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