From 8fff0d4aeddfda85d098be8b89512bd31f3dd20d Mon Sep 17 00:00:00 2001 From: lemonxah Date: Sun, 22 Feb 2026 20:08:20 +0200 Subject: [PATCH] feedback loop fixed and proper cpu usage displayed --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8845a24227524..58d6958caad03 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = zestbay pkgdesc = A PipeWire patchbay and audio routing manager with LV2 plugin hosting - pkgver = 0.1.2 + pkgver = 0.1.3 pkgrel = 1 url = https://github.com/lemonxah/zestbay arch = x86_64 @@ -18,7 +18,7 @@ pkgbase = zestbay depends = lilv depends = lv2 depends = dbus - source = zestbay-0.1.2.tar.gz::https://github.com/lemonxah/zestbay/archive/refs/tags/v0.1.2.tar.gz + source = zestbay-0.1.3.tar.gz::https://github.com/lemonxah/zestbay/archive/refs/tags/v0.1.3.tar.gz sha256sums = SKIP pkgname = zestbay diff --git a/PKGBUILD b/PKGBUILD index 81d47247c964c..4731513a870f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: lemonxah pkgname=zestbay -pkgver=0.1.2 +pkgver=0.1.3 pkgrel=1 pkgdesc="A PipeWire patchbay and audio routing manager with LV2 plugin hosting" arch=('x86_64')