Replies: 2 comments 2 replies
-
Paru will auto rebase as long as there's not a conflict. Clearly there was one here. If you solve the conflicts it should work |
Beta Was this translation helpful? Give feedback.
2 replies
-
Use PreBuildCommand hook to call customizepkg: #539 https://github.com/ava1ar/customizepkg HOWTO: https://www.supertechcrew.com/customizing-aur-arch-package-with-customizepkg/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
During package review you can modify the PKGBUILD and commit the result. Doing so works fine, until the PKGBUILD changes upstream. Then the following happens:
After resolving the conflict in
/home/user/.cache/paru/clone/qemu-git
paru then starts erroring with:Am I not supposed to change PKGBUILD during review? I thought this was the purpose of
--fm
. How should I be patching packages?So far the only way I managed to get out of this mess is to delete
/home/user/.cache/paru/clone/qemu-git
and start over, reapplying my patch. Which is obviously a pain.Beta Was this translation helpful? Give feedback.
All reactions