flux2/.github/aur/flux-bin
Aurel Canciu e940fd3d1f
Prevent AUR package publishing parallel execution
Using a lock to prevent parallel executions in GoReleaser's custom
publishers. The custom publisher logic executes the tasks in parallel
for each available artifact.

https://goreleaser.com/customization/publishers/#how-it-works

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
..
.SRCINFO.template Move aur package templates to .github/aur
.gitignore Move aur package templates to .github/aur
PKGBUILD.template Move aur package templates to .github/aur
publish.sh Prevent AUR package publishing parallel execution