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 37af7b008bcb..230bcc62d058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = supercollider-simplexnoise-git
url = https://github.com/esluyter/simplexsynth
arch = any
groups = pro-audio
+ groups = supercollider-plugins
license = GPL
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index ca166055b033..e14e7afeb28b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='SuperCollider implementation of Simplex noise'
arch=('any')
url='https://github.com/esluyter/simplexsynth'
license=('GPL')
-groups=('pro-audio')
+groups=('pro-audio' 'supercollider-plugins')
depends=('supercollider')
makedepends=('git' 'cmake')
optdepends=()