Before filing a bug, check the following:
- Do you use the latest release of aurutils and its dependencies? If so, is the issue reproducible from the master branch?
- Does the package conform to
PKGBUILD(5)
and the AUR package guidelines? - Does the package provide the correct metadata on the AUR RPC interface?
- Does the package build with
makepkg -s
orextra-x86_64-build
? - Does the package use internal
makepkg
functions? (see FS#43502) - Is the problem reproducible, and not due to a misconfiguration of
pacman
,makepkg
,sudoers
,gpg
or others?
If yes to all, create a debug log:
AUR_DEBUG=1 aur <name> <arguments> >aurutils.log 2>&1
and attach aurutils.log to this issue.