added more plugin types CLAP and VST3

This commit is contained in:
lemonxah 2026-02-23 15:19:05 +02:00
parent 8fff0d4aed
commit cc5f1c3177
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.1.3
pkgver = 0.1.4
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.3.tar.gz::https://github.com/lemonxah/zestbay/archive/refs/tags/v0.1.3.tar.gz
source = zestbay-0.1.4.tar.gz::https://github.com/lemonxah/zestbay/archive/refs/tags/v0.1.4.tar.gz
sha256sums = SKIP
pkgname = zestbay

View file

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