mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
chore: update pkgdesc
This commit is contained in:
parent
c4dd0e8e20
commit
f4adfbbf5e
3 changed files with 7 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
polarity-md-0.beta8.zip
|
||||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue