summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobbert van der Helm2020-07-18 19:29:08 +0200
committerRobbert van der Helm2020-07-18 19:29:08 +0200
commit763a2a777415d44acf74c1ccc76863b36d7c850e (patch)
tree37beaf1f17ccc268d55f671e7b1719df6e076fbe /PKGBUILD
parent0a85b069c8d7f0e69bcbf84398cedc51f3ece67c (diff)
downloadaur-763a2a777415d44acf74c1ccc76863b36d7c850e.tar.gz
Add an optdepend for yabridgectl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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")