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).
- Host: GitHub
- URL: https://github.com/agraef/aur-pkgbuilds
- Owner: agraef
- Created: 2016-06-06T21:10:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T21:39:02.000Z (about 10 years ago)
- Last Synced: 2025-04-05T07:43:58.063Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```