Fix: service ExecStart path for pacman install; bump to v0.3.2
parent
60f6e6cb1d
commit
642a1212c7
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""Turn Up — USB serial mixer daemon for PipeWire/PulseAudio."""
|
||||
|
||||
__version__ = "0.3.1"
|
||||
__version__ = "0.3.2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue