chore: bump version to 2.1.0

main
Sean Doran 2026-02-28 14:56:52 -05:00
parent 3a06261fa3
commit 8963b494c3
No known key found for this signature in database
GPG Key ID: A9D7D25CD95E8579
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = turn-up-arch pkgbase = turn-up-arch
pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux
pkgver = 2.0.2 pkgver = 2.1.0
pkgrel = 1 pkgrel = 1
url = https://github.com/sean351/turn-up-arch url = https://github.com/sean351/turn-up-arch
arch = any arch = any
@ -18,7 +18,7 @@ pkgbase = turn-up-arch
depends = playerctl depends = playerctl
optdepends = pulseaudio: alternative to pipewire-pulse optdepends = pulseaudio: alternative to pipewire-pulse
install = turnupd.install install = turnupd.install
source = turn-up-arch-2.0.2.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v2.0.2.tar.gz source = turn-up-arch-2.1.0.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v2.1.0.tar.gz
sha256sums = SKIP sha256sums = SKIP
pkgname = turn-up-arch pkgname = turn-up-arch

View File

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

View File

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