summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72179f51f779..7c460a673b5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = surge-synthesizer-bin
url = https://surge-synthesizer.github.io
arch = x86_64
groups = vst-plugins
+ groups = lv2-plugins
license = GPL3
depends = cairo
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index df37bc93630d..33c60fb78573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Surge Synthesizer plugin"
arch=('x86_64')
url="https://surge-synthesizer.github.io"
license=('GPL3')
-groups=('vst-plugins')
+groups=('vst-plugins' 'lv2-plugins')
depends=('cairo' 'fontconfig' 'freetype2'
'libx11' 'xcb-util-cursor' 'xcb-util'
'libxcb' 'xcb-util-renderutil' 'xcb-util-image'