Update PKGBUILD and .SRCINFO for v0.2.0

main
Sean Doran 2026-02-27 11:37:00 -05:00
parent c82f69b67e
commit 44d4df4171
No known key found for this signature in database
GPG Key ID: A9D7D25CD95E8579
2 changed files with 22 additions and 1 deletions

21
.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = turn-up-arch
pkgdesc = USB serial knob/button mixer daemon for PipeWire/PulseAudio on Linux
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/sean351/turn-up-arch
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatchling
depends = python
depends = python-pyserial
depends = python-pulsectl
depends = pipewire-pulse
optdepends = playerctl: media key support via button commands
optdepends = pulseaudio: alternative to pipewire-pulse
source = turn-up-arch-0.2.0.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v0.2.0.tar.gz
sha256sums = 95490b1df06979d06317a0b1e87311d9e9428f4b652df1c1ab32dc4966d32cc2
pkgname = turn-up-arch

View File

@ -23,7 +23,7 @@ optdepends=(
'pulseaudio: alternative to pipewire-pulse'
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/sean351/turn-up-arch/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('2579747a47457ded497091793c11d2486293f5902c2d6f184ac935b4a21ef17d')
sha256sums=('95490b1df06979d06317a0b1e87311d9e9428f4b652df1c1ab32dc4966d32cc2')
build() {
cd "$pkgname-$pkgver"