https://github.com/brokenpip3/my-pkgbuilds
This repo contains all the archlinux packages that I maintain on aur.
https://github.com/brokenpip3/my-pkgbuilds
archlinux aur aur-packages pkgbuild
Last synced: about 20 hours ago
JSON representation
This repo contains all the archlinux packages that I maintain on aur.
- Host: GitHub
- URL: https://github.com/brokenpip3/my-pkgbuilds
- Owner: brokenpip3
- Created: 2023-01-29T17:26:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T10:08:03.000Z (2 months ago)
- Last Synced: 2025-03-08T11:19:23.703Z (2 months ago)
- Topics: archlinux, aur, aur-packages, pkgbuild
- Language: Shell
- Homepage:
- Size: 283 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# My aur pkgbuilds
This repo contains all the archlinux aur [packages](https://aur.archlinux.org/packages?O=0&SeB=m&K=brokenpip3&outdated=&SB=p&SO=d&PP=50&submit=Go) that I maintain.
## CI
* [PR workflow](.github/workflows/pr.yaml) that analyze every PR and try to build any modified package.
* [Auto update workflow](.github/workflows/auto-check-updates.yaml) that checks if the upstream version is changed (only the
sources that are hosted on `github.com` atm) and in that case will try to
build the package. If the packages builds successfully the flow will
automatically create a PR ([example](https://github.com/brokenpip3/my-pkgbuilds/pull/2)) for that single package.* [Auto push workflow](.github/workflows/auto-push-updates.yaml) that will push automatically the package update to aur after the PR will be merged.
PRs are welcome!