Thank you so much for your feedback! > The only real problem I could see here is that you might be missing a > dependency or two since Coderabbit at least from the research I have done, > does not say what their dependencies are.
Yep, I just realized I was missing git as a runtime dependency. It technically works without it, but it can't do anything since it relies on git diffs so I think it's best to include it. It will always be able to "clean build" though since it's literally just a standalone binary and the "build" process is just copying it to bin. -- Borna Punda -------- Original Message -------- From: Keon Cachia <[email protected]> Sent: 2 June 2026 10:22:55 GMT+02:00 To: Borna Punda <[email protected]>, [email protected] Subject: Re: Opinions on my first package? Everything seems all up to snuff for this PKGBUILD. Did you try building it in a clean chroot, I.E "pkgctl build"? The only real problem I could see here is that you might be missing a dependency or two since Coderabbit at least from the research I have done, does not say what their dependencies are. Do not worry, this kind of discussion is appropriate on this mailing list, PKGBUILD reviews are a common thing especially from new AUR packagers.
