Remove local-only AUR sync script from repository

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

View File

@@ -10,10 +10,3 @@ 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`