mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
added more plugin types CLAP and VST3
This commit is contained in:
parent
8fff0d4aed
commit
cc5f1c3177
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue