An open API service indexing awesome lists of open source software.

https://github.com/agraef/aur-pkgbuilds

Issue tracker for my AUR PKGBUILDs (cf. https://aur.archlinux.org/packages/?SeB=m&K=aggraef).
https://github.com/agraef/aur-pkgbuilds

Last synced: 5 months ago
JSON representation

Issue tracker for my AUR PKGBUILDs (cf. https://aur.archlinux.org/packages/?SeB=m&K=aggraef).

Awesome Lists containing this project

README

          

# aur-pkgbuilds

Please use the issue tracker to report any problems with my [AUR PKGBUILDs](https://aur.archlinux.org/packages/?SeB=m&K=aggraef).

The better the bug report, the easier it becomes for me to help and/or fix bugs. Please provide (at least) the following information:

* The name of the package you're trying to build, including version and revision information.

* The command you used to build or install the package (`yaourt`, `makepkg` etc.).

* The error message(s) you got.

* A full build log. You can create this, e.g., as follows:

```
yaourt -G pkgname
cd pkgname
makepkg 2>&1 | tee pkgname.log
```