summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorosch2019-09-21 08:17:01 +0200
committerosch2019-09-21 08:17:01 +0200
commit7d4850e8f37ed819656dcffb1bb660758719688f (patch)
treecd300a13ad8c5265c263c261bc7d9a9d11ebd9ff
parent47385bbb4ae3d5fa2cb191915bf6b12d80bf2de5 (diff)
downloadaur-7d4850e8f37ed819656dcffb1bb660758719688f.tar.gz
group lv2-plugins
-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'