Fix: re-key AUR secret, add fingerprint debug, bump to v0.2.7

main
Sean Doran 2026-02-27 11:59:27 -05:00
parent 7aeecf76a0
commit 900f502c5c
No known key found for this signature in database
GPG Key ID: A9D7D25CD95E8579
4 changed files with 5 additions and 4 deletions

View File

@ -68,8 +68,9 @@ jobs:
mkdir -p ~/.ssh
printf '%s' "$AUR_SSH_KEY" | base64 -d > ~/.ssh/aur
chmod 600 ~/.ssh/aur
echo "Key fingerprint: $(ssh-keygen -l -f ~/.ssh/aur)"
ssh-keyscan aur.archlinux.org >> ~/.ssh/known_hosts
ssh -i ~/.ssh/aur -o StrictHostKeyChecking=no -T aur@aur.archlinux.org || true
ssh -i ~/.ssh/aur -o StrictHostKeyChecking=no -T aur@aur.archlinux.org
- name: Clone AUR repo
env:

View File

@ -1,7 +1,7 @@
# Maintainer: Sean Doran <sdoran35@gmail.com>
# AUR updates are automated via GitHub Actions on version tag push
pkgname=turn-up-arch
pkgver=0.2.0
pkgver=0.2.7
pkgrel=1
pkgdesc="USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux"
arch=('any')

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "turnup"
version = "0.2.6"
version = "0.2.7"
description = "USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux"
readme = "README.md"
license = { text = "MIT" }

View File

@ -1,3 +1,3 @@
"""Turn Up — USB serial mixer daemon for PipeWire/PulseAudio."""
__version__ = "0.2.6"
__version__ = "0.2.7"