https://github.com/brenekh/automated-aur
Automated package building and uploading to the Arch User Repository.
https://github.com/brenekh/automated-aur
aur aur-packages automation
Last synced: 5 months ago
JSON representation
Automated package building and uploading to the Arch User Repository.
- Host: GitHub
- URL: https://github.com/brenekh/automated-aur
- Owner: BrenekH
- Created: 2021-07-15T20:58:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T11:35:49.000Z (6 months ago)
- Last Synced: 2025-04-22T12:46:16.381Z (6 months ago)
- Topics: aur, aur-packages, automation
- Language: Shell
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automated AUR
Automated PKGBUILD uploads to the [Arch User Repository](https://aur.archlinux.org).
## How it works
It all starts with a new pull request with a change in one of the packages.
Github Actions will automatically build and test the changes and comment the results on the PR.As soon as the `lgtm` label is applied to the PR, Github Actions will generate the `.SRCINFO` file and push the files to the AUR.
### Automatic Updates
Using the `.aurmanifest.json`, an hourly cron job will create new PRs for packages with new versions available.
However, approval is still required using the `lgtm` label as normal.## Other notes
To help with run times, the docker image actions are built from [BrenekH/automated-aur-docker](https://github.com/BrenekH/automated-aur-docker) and hosted using the Github Container Registry.
The docker images are rebuilt every day at 01:00 UTC so that they are up-to-date with the daily [archlinux/archlinux](https://hub.docker.com/r/archlinux/archlinux) base image.