summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d79b8b58d205..e61741cb60a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = tal-noisemaker-bin
pkgdesc = A Free Soft Synth By TAL Software
pkgver = 5.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://tal-software.com/products/tal-noisemaker
arch = x86_64
- groups = pro-audio
license = EULA
depends = alsa-lib
depends = bzip2
@@ -22,17 +21,20 @@ pkgbase = tal-noisemaker-bin
pkgname = tal-noisemaker-clap-bin
groups = clap-plugins
+ groups = pro-audio
provides = tal-noisemaker-clap-bin
conflicts = tal-noisemaker-bin
replaces = tal-noisemaker-bin
pkgname = tal-noisemaker-vst-bin
+ groups = pro-audio
groups = vst-plugins
provides = tal-noisemaker-vst-bin
conflicts = tal-noisemaker-bin
replaces = tal-noisemaker-bin
pkgname = tal-noisemaker-vst3-bin
+ groups = pro-audio
groups = vst3-plugins
provides = tal-noisemaker-vst3-bin
conflicts = tal-noisemaker-bin
diff --git a/PKGBUILD b/PKGBUILD
index b570c8ddb574..52aa34c24f3c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
pkgbase=tal-noisemaker-bin
pkgname=("${pkgbase/-bin}-clap-bin" "${pkgbase/-bin}-vst-bin" "${pkgbase/-bin}-vst3-bin")
pkgver=5.0.6
-pkgrel=1
+pkgrel=2
arch=('x86_64')
-groups=('pro-audio')
pkgdesc="A Free Soft Synth By TAL Software"
url="https://tal-software.com/products/tal-noisemaker"
license=('EULA')
@@ -15,7 +14,7 @@ sha256sums=('328565e646f98f14dd931a33fa438a4c9eddc451e759b92d1005f4336fa3fd20')
package_tal-noisemaker-clap-bin() {
## CLAP Plugin
- groups=("clap-plugins")
+ groups=("clap-plugins" 'pro-audio')
replaces=("tal-noisemaker-bin")
conflicts=("tal-noisemaker-bin")
provides=("tal-noisemaker-clap-bin")
@@ -24,7 +23,7 @@ package_tal-noisemaker-clap-bin() {
package_tal-noisemaker-vst-bin() {
## VST2 Plugin
- groups=("vst-plugins")
+ groups=('pro-audio' "vst-plugins")
replaces=("tal-noisemaker-bin")
conflicts=("tal-noisemaker-bin")
provides=("tal-noisemaker-vst-bin")
@@ -33,7 +32,7 @@ package_tal-noisemaker-vst-bin() {
package_tal-noisemaker-vst3-bin() {
## VST3 Plugin
- groups=("vst3-plugins")
+ groups=('pro-audio' "vst3-plugins")
replaces=("tal-noisemaker-bin")
conflicts=("tal-noisemaker-bin")
provides=("tal-noisemaker-vst3-bin")