Fix: service ExecStart path for pacman install; bump to v0.3.2

main
Sean Doran 2026-02-27 12:50:43 -05:00
parent 60f6e6cb1d
commit 642a1212c7
No known key found for this signature in database
GPG Key ID: A9D7D25CD95E8579
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = turn-up-arch
pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux
pkgver = 0.3.1
pkgver = 0.3.2
pkgrel = 1
url = https://github.com/sean351/turn-up-arch
arch = any
@ -15,7 +15,7 @@ pkgbase = turn-up-arch
depends = pipewire-pulse
optdepends = playerctl: media key support via button commands
optdepends = pulseaudio: alternative to pipewire-pulse
source = turn-up-arch-0.3.1.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v0.3.1.tar.gz
source = turn-up-arch-0.3.2.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v0.3.2.tar.gz
sha256sums = SKIP
pkgname = turn-up-arch

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.3.1
pkgver=0.3.2
pkgrel=1
pkgdesc="USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux"
arch=('any')

View File

@ -6,7 +6,7 @@ Wants=pipewire-pulse.service
[Service]
Type=simple
ExecStart=%h/.local/bin/turnupd
ExecStart=/usr/bin/turnupd
Restart=on-failure
RestartSec=5
# Give the audio server a moment to start before connecting

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "turnup"
version = "0.3.1"
version = "0.3.2"
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.3.1"
__version__ = "0.3.2"