vn971 / rua

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

Request: Check pkgver() fuction results with --devel #129

Open CobaltSpace opened 4 years ago

CobaltSpace commented 4 years ago

VCS packages contain the pkgver() function which gets the updated pkgver.

rua upgrade --devel should use the results of pkgver() to check if a rebuild is necessary.

vn971 commented 4 years ago

@CobaltSpace Hi, that sounds like a nice feature. To automate it, the client could also generate an SRCINFO (as opposed to calling bash function from not bash). If that changes, it's a sign that we need to re-build.

Would you be willing to work on that feature?