Open
Description
Hi! First of all, thanks for making rua! It's very useful tool. There is one feature that I would like to have and that's allowing patching PKGBUILD files. I'm using rua 0.19.7 from AUR.
Steps to reproduce:
- download and build rua from AUR
- run "rua install fvwm"
- diff and merge the PKBGUILD in rua
- drop into a shell in rua (press t)
- nano PKGBUILD
- remove the libstroke form .SRCINFO and PKGBUILD (from both depends= array and autoconfig's ./configure line).
- save and quit nano. Exit the spawned shell with "exit".
- rua still requires the libstroke depecency (as if the PKGBUILD wasn't edited at all)
Expected behavior: rua wouldn't pull in libstroke and that it would respect the local edits that I made in the PKGBUILD file. Quitting and restarting rua install doesn't fix the issue.