Add script to sync AUR packaging repos

This commit is contained in:
Sebastian Palencsar
2026-05-28 06:28:23 +02:00
parent 5e0f11e761
commit 8b12b32ccf
2 changed files with 95 additions and 0 deletions

View File

@@ -10,3 +10,10 @@ Before publishing:
1. Generate `.SRCINFO` with `makepkg --printsrcinfo > .SRCINFO` inside each package directory.
2. Build-test locally with `makepkg -si`.
3. Push each package to its own AUR Git repository (`aur@aur.archlinux.org:bearhub.git` and `aur@aur.archlinux.org:bearhub-git.git`).
Automation:
- You can sync both local AUR clones with one command:
- `scripts/sync-aur-packaging.sh`
- Optional auto-commit and push:
- `scripts/sync-aur-packaging.sh --push`