From f8abb7dcfa9717ffaf7fd42e1ccff13dad0e8547 Mon Sep 17 00:00:00 2001 From: Sean Doran Date: Fri, 27 Feb 2026 21:35:59 -0500 Subject: [PATCH] chore: bump version to 2.0.1 --- .SRCINFO | 6 ++++-- PKGBUILD | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9bd7bb3..bd15b50 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = turn-up-arch pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux - pkgver = 1.1.0 + pkgver = 2.0.1 pkgrel = 1 url = https://github.com/sean351/turn-up-arch arch = any @@ -12,11 +12,13 @@ pkgbase = turn-up-arch depends = python depends = python-pyserial depends = python-pulsectl + depends = python-fastapi + depends = uvicorn depends = pipewire-pulse depends = playerctl optdepends = pulseaudio: alternative to pipewire-pulse install = turnupd.install - source = turn-up-arch-1.1.0.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v1.1.0.tar.gz + source = turn-up-arch-2.0.1.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v2.0.1.tar.gz sha256sums = SKIP pkgname = turn-up-arch diff --git a/PKGBUILD b/PKGBUILD index 28fdd94..e9247b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Sean Doran # AUR updates are automated via GitHub Actions on version tag push pkgname=turn-up-arch -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc="USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux" arch=('any') diff --git a/pyproject.toml b/pyproject.toml index c0e2214..a8c7c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "turnup" -version = "2.0.0" +version = "2.0.1" description = "USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux" readme = "README.md" license = { text = "MIT" }