[arch-commits] Commit in element/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Apr 1 13:06:46 UTC 2021
Date: Thursday, April 1, 2021 @ 13:06:46
Author: dvzrv
Revision: 910805
upgpkg: element 0.46.0-2: Rebuild to add host provides.
Add ladspa-host, lv2-host and vst3-host to provides.
Modified:
element/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-01 13:05:31 UTC (rev 910804)
+++ PKGBUILD 2021-04-01 13:06:46 UTC (rev 910805)
@@ -2,7 +2,7 @@
pkgname=element
pkgver=0.46.0
-pkgrel=1
+pkgrel=2
pkgdesc="A modular LV2/VST3 audio plugin host"
arch=('x86_64')
url="https://github.com/kushview/element"
@@ -14,6 +14,7 @@
'lv2' 'pango' 'readline' 'serd' 'sord' 'sratom' 'suil' 'waf' 'xorg-xrandr')
checkdepends=('xorg-server-xvfb')
optdepends=('lua: for LUA scripting')
+provides=('ladspa-host' 'lv2-host' 'vst3-host')
source=("git+https://github.com/kushview/${pkgname}#tag=${pkgver}?signed"
"git+https://github.com/kushview/kv-modules"
"git+https://github.com/WeAreRoli/JUCE.git"
More information about the arch-commits
mailing list