https://github.com/mrwormhole/pauron
Automation bot for AUR :robot:
https://github.com/mrwormhole/pauron
aur bot release-automation
Last synced: 12 months ago
JSON representation
Automation bot for AUR :robot:
- Host: GitHub
- URL: https://github.com/mrwormhole/pauron
- Owner: mrwormhole
- License: mit
- Created: 2025-06-17T22:56:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T20:56:44.000Z (12 months ago)
- Last Synced: 2025-07-17T21:09:39.240Z (12 months ago)
- Topics: aur, bot, release-automation
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pauron
Pauron is an automation bot for AUR repositories. You can think it of like watcher for github releases. The name emerges from Sauron but with "P" beginning.
It patches PKGBUILD & .SRCINFO files when a new release is detected at upstream then pushes to AUR repository. This way, you can maintain more AUR repositories with less effort on updating new release versions.
> [!NOTE]
> We only support GitHub upstream URLs for AUR packages.
### How to use
You can fork this repo and tweak update-aur-packages.yaml after you have added `AUR_SSH_KEY` to GitHub secrets and adjust accordingly for your package name.
or
```sh
AUR_SSH_KEY="$(cat ~/.ssh/pauron)" pipx run pauron -p my-package-name
```
or
```sh
pipx install pauron
pipx ensurepath
AUR_SSH_KEY="$(cat ~/.ssh/pauron)" pauron -p my-package-name
```