chore: update pkgdesc

This commit is contained in:
feriixu 2026-02-07 00:06:42 +01:00
parent c4dd0e8e20
commit f4adfbbf5e
No known key found for this signature in database
3 changed files with 7 additions and 6 deletions

View file

@ -12,7 +12,7 @@ pkgbase = polarity-md
sha256sums = 0de1a95c9ac29a96466f889724c086ea9ee634980414f2f261c7ccedec0fbfa0
pkgname = polarity-md
pkgdesc = Polarity-MD meta package (installs VST3 + CLAP)
pkgdesc = Polarity-MD meta package (installs VST3 + CLAP) Four-band dynamics with upward + downward compression, per-band clipping. OTT style.
depends = webkit2gtk-4.1
depends = gtk3
depends = glib2
@ -23,11 +23,11 @@ pkgname = polarity-md
conflicts = polarity-md
pkgname = polarity-md-vst3
pkgdesc = Polarity-MD (VST3) - prebuilt binary
pkgdesc = Polarity-MD Four-band dynamics with upward + downward compression, per-band clipping. OTT style. (VST3) - prebuilt binary
provides = polarity-md-vst3
conflicts = polarity-md-vst3
pkgname = polarity-md-clap
pkgdesc = Polarity-MD (CLAP) - prebuilt binary
pkgdesc = Polarity-MD Four-band dynamics with upward + downward compression, per-band clipping. OTT style. (CLAP) - prebuilt binary
provides = polarity-md-clap
conflicts = polarity-md-clap

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
polarity-md-0.beta8.zip

View file

@ -32,7 +32,7 @@ EOF
package_polarity-md-vst3() {
pkgdesc="Polarity-MD (VST3) - prebuilt binary"
pkgdesc="Polarity-MD Four-band dynamics with upward + downward compression, per-band clipping. OTT style. (VST3) - prebuilt binary"
provides=('polarity-md-vst3')
conflicts=('polarity-md-vst3')
@ -43,7 +43,7 @@ package_polarity-md-vst3() {
}
package_polarity-md-clap() {
pkgdesc="Polarity-MD (CLAP) - prebuilt binary"
pkgdesc="Polarity-MD Four-band dynamics with upward + downward compression, per-band clipping. OTT style. (CLAP) - prebuilt binary"
provides=('polarity-md-clap')
conflicts=('polarity-md-clap')
@ -54,7 +54,7 @@ package_polarity-md-clap() {
}
package_polarity-md() {
pkgdesc="Polarity-MD meta package (installs VST3 + CLAP)"
pkgdesc="Polarity-MD meta package (installs VST3 + CLAP) Four-band dynamics with upward + downward compression, per-band clipping. OTT style."
depends+=('polarity-md-vst3' 'polarity-md-clap')
provides=('polarity-md')
conflicts=('polarity-md')