summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03bd00846177..90ca899ed378 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yabridge
pkgdesc = Yet Another VST bridge, run Windows VST2 plugins under Linux
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/robbert-vdh/yabridge
install = yabridge.install
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = yabridge
depends = libxcb
depends = lib32-boost-libs>=1.72.0
depends = lib32-libxcb
+ optdepends = yabridgectl: utility for setting up and managing yabridge
source = https://github.com/robbert-vdh/yabridge/archive/1.3.0.tar.gz
sha256sums = 398340a73a2d6ccfe1a2a138c4d671255b68d1e3f842bcafa9f1043587544f38
diff --git a/PKGBUILD b/PKGBUILD
index f2f63198713e..a53140744bfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=yabridge
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Yet Another VST bridge, run Windows VST2 plugins under Linux"
epoch=
arch=('x86_64')
url="https://github.com/robbert-vdh/yabridge"
license=('GPL3')
depends=('wine' 'boost' 'libxcb' 'lib32-boost-libs>=1.72.0' 'lib32-libxcb')
+optdepends=('yabridgectl: utility for setting up and managing yabridge')
makedepends=('meson' 'ninja')
install=yabridge.install
source=("https://github.com/robbert-vdh/yabridge/archive/$pkgver.tar.gz")