git » ardour.git » commit 09b5692

Rebuild to add debug package.

author David Runge
2022-02-17 18:35:33 UTC
committer David Runge
2022-02-17 18:35:33 UTC
parent 43ae3e8a2bcff962f3562d79ea41bd048355c4ed

Rebuild to add debug package.

PKGBUILD +3 -2

diff --git a/PKGBUILD b/PKGBUILD
index b27b4a6..226cd60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 _name=Ardour
 pkgname=ardour
 pkgver=6.9
-pkgrel=4
+pkgrel=5
 pkgdesc="Professional-grade digital audio workstation"
 arch=(x86_64)
 url="https://ardour.org/"
@@ -23,7 +23,8 @@ optdepends=(
   'new-session-manager: for session management'
   'xjadeo: for video monitoring'
 )
-provides=('ladspa-host' 'lv2-host' 'vst-host' 'vst3-host')
+provides=(ladspa-host lv2-host vst-host vst3-host)
+options=(debug)
 source=("${pkgname}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver}"
         "${pkgname}-6.2-vendor_qm-dsp.patch")
 sha512sums=('SKIP'