chore: bump version to 2.0.1
parent
bba148561c
commit
f8abb7dcfa
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
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=2.0.0
|
||||
pkgver=2.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux"
|
||||
arch=('any')
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue