summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c10b4d78af59..f1177b6af1da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = tal-filter
pkgrel = 6
url = https://tal-software.com/products/tal-filter
arch = x86_64
- groups = pro-audiovst-plugins
- groups = vst3-plugins
+ groups = pro-audio
license = EULA
depends = libcurl-gnutls
depends = glibc
@@ -13,11 +12,13 @@ pkgbase = tal-filter
md5sums = 5239a5518007008755ced72c4e83510c
pkgname = tal-filter-vst-bin
+ groups = vst-plugins
provides = tal-chorus-filter-vst-bin
conflicts = tal-chorus-filter-bin
replaces = tal-chorus-filter-bin
pkgname = tal-filter-vst3-bin
+ groups = vst3-plugins
provides = tal-chorus-filter-vst3-bin
conflicts = tal-chorus-filter-bin
replaces = tal-chorus-filter-bin
diff --git a/PKGBUILD b/PKGBUILD
index d9ef4ca80ff7..0e37532ebffc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=("${pkgbase}-vst-bin" "${pkgbase}-vst3-bin")
pkgver=2.6.0
pkgrel=6
arch=('x86_64')
-groups=('pro-audio''vst-plugins' 'vst3-plugins')
+groups=('pro-audio')
pkgdesc="A Filter By TAL Software"
url="https://tal-software.com/products/tal-filter"
license=('EULA')
@@ -13,6 +13,7 @@ md5sums=('5239a5518007008755ced72c4e83510c')
package_tal-filter-vst-bin() {
## VST2 Plugin
+ groups=("vst-plugins")
replaces=("tal-chorus-filter-bin")
conflicts=("tal-chorus-filter-bin")
provides=("tal-chorus-filter-vst-bin")
@@ -21,6 +22,7 @@ package_tal-filter-vst-bin() {
package_tal-filter-vst3-bin() {
## VST3 Plugin
+ groups=("vst3-plugins")
replaces=("tal-chorus-filter-bin")
conflicts=("tal-chorus-filter-bin")
provides=("tal-chorus-filter-vst3-bin")