pkgbuilder icon indicating copy to clipboard operation
pkgbuilder copied to clipboard

An AUR helper (and library) in Python 3.

Results 6 pkgbuilder issues
Sort by recently updated
recently updated
newest added

I haven't run pkgbuilder in a few weeks, but today it is failing with the following output (even just running '--help'): ![image](https://github.com/Kwpolska/pkgbuilder/assets/3794434/669f5517-27df-467d-83fb-55f9e72da07c)

I see somewhat related issue was already posted in https://github.com/Kwpolska/pkgbuilder/issues/49 Example with perl-moose: ``` pkgbuilder --debug perl-moose [INFO ] :pkgbuilder: *** PKGBUILDer v4.3.2 [DEBUG ] :pkgbuilder: *** debug output on....

bug
help wanted

When attempting to overwrite a previously bungled installation, **--overwrite \** can be used with pacman. This option isn't forwarded from pb to pacman. `pb --overwrite foo -S foopkg` results in...

feature request
help wanted

This would be useful if the package uses dependencies from AUR.

feature request
help wanted

I'm trying to use PKGBUILDer in a dockerfile to install some AUR packages. It would be nice, if PKGBUILDer had an option that makes it's output a bit less verbose....

It would be nice if pkgbuilder could search for installed aur packages that are dependent on the upgraded packages (also aur packages avoiding cycles) and rebuild them to avoid having...