From 44d4df417187f60c2f4e0300122d488ac0fdb5c2 Mon Sep 17 00:00:00 2001 From: Sean Doran Date: Fri, 27 Feb 2026 11:37:00 -0500 Subject: [PATCH] Update PKGBUILD and .SRCINFO for v0.2.0 --- .SRCINFO | 21 +++++++++++++++++++++ PKGBUILD | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .SRCINFO diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..cb11eb9 --- /dev/null +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 41fa532..6c8eb5a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"