git » ardour.git » commit 2be1f76

Rebuild to add provides for all plugin hosting options.

author David Runge
2020-10-02 22:56:05 UTC
committer David Runge
2020-10-02 22:56:05 UTC
parent 8395325cf7c56d3b4efc3d2564a6279ca0bbcd93

Rebuild to add provides for all plugin hosting options.

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index 9a9782d..22081d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 _name=Ardour
 pkgname=ardour
 pkgver=6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Professional-grade digital audio workstation"
 arch=('x86_64')
 url="https://ardour.org/"
@@ -21,6 +21,7 @@ makedepends=('atk' 'aubio' 'boost' 'cppunit' 'curl' 'dbus' 'doxygen' 'fftw'
 optdepends=('xjadeo: video monitoring'
             'harvid: video timeline'
             'non-session-manager: for session management')
+provides=('ladspa-host' 'lv2-host' 'vst-host')
 source=("${pkgname}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver}"
         "${pkgname}-6.2-vendor_qm-dsp.patch")
 sha512sums=('SKIP'