docs: clarify 1.0.3→1.0.5 version lineage and refresh AUR workflow

Explain why 1.0.4 is a git tag while 1.0.5 is the verified GitHub release.
Trigger AUR publish on releases and via workflow_dispatch; bump PKGBUILD base.
This commit is contained in:
Sebastian Palencsar
2026-06-21 09:02:06 +02:00
parent d42aa5e043
commit 72b4c35669
4 changed files with 15 additions and 4 deletions

View File

@@ -3,6 +3,9 @@ name: Publish to AUR
on:
push:
branches: [ main ]
release:
types: [ published ]
workflow_dispatch:
jobs:
aur-publish:
@@ -19,4 +22,4 @@ jobs:
commit_email: moin@nerdbear.de
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
commit_message: "Update AUR package via GitHub Actions"
ssh_keyscan_types: rsa,ecdsa,ed25519
ssh_keyscan_types: rsa,ecdsa,ed25519