You are not logged in.
for example, the mongo-cxx-driver does almost what I need, but I would like to remove the following flag from the build function.
-DBSONCXX_POLY_USE_BOOST=1
What I do now is clone the AUR git, edit the PKGBUILD file, then `makepkg -si`. Problem is when updates are out, I need to manually update the pkgver, the shasum, and run the makepkg again.
I wonder if there is a better way to handle this, with helpers like paru, but without me generating a new PKGBUILD file. Thanks!
Offline
if nothing else changes you should be able to just pull the thing again and merge the diffs using standard git.
More generally speaking there's https://aur.archlinux.org/packages/customizepkg-git which you can hook into with parus PreBuildCommand: https://github.com/Morganamilo/paru/pull/539
Offline