updated plugin node creation to hide it from pipewire-pulse

This commit is contained in:
lemonxah 2026-03-03 14:41:53 +02:00
parent a26b6997f8
commit ee5add913e
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = zestbay
pkgdesc = A PipeWire patchbay and audio routing manager with LV2 plugin hosting
pkgver = 0.3.0
pkgver = 0.3.1
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.3.0.tar.gz::https://github.com/lemonxah/zestbay/archive/refs/tags/v0.3.0.tar.gz
source = zestbay-0.3.1.tar.gz::https://github.com/lemonxah/zestbay/archive/refs/tags/v0.3.1.tar.gz
sha256sums = SKIP
pkgname = zestbay

View file

@ -1,6 +1,6 @@
# Maintainer: lemonxah <lemonxah@gmail.com>
pkgname=zestbay
pkgver=0.3.0
pkgver=0.3.1
pkgrel=1
pkgdesc="A PipeWire patchbay and audio routing manager with LV2 plugin hosting"
arch=('x86_64')