From 4e3131e163883267b78c040a54cfff14a938dcc5 Mon Sep 17 00:00:00 2001 From: Lunix-420 Date: Mon, 11 May 2026 15:23:37 +0200 Subject: [PATCH] pkg: update package description for clarity --- pkg/arch/bin/PKGBUILD | 6 +++--- pkg/arch/release/PKGBUILD | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/arch/bin/PKGBUILD b/pkg/arch/bin/PKGBUILD index 998a9d6..c513efb 100644 --- a/pkg/arch/bin/PKGBUILD +++ b/pkg/arch/bin/PKGBUILD @@ -2,8 +2,8 @@ pkgname='dimethoxy-disflux-bin' pkgver=1.2.0 -pkgrel=1 -pkgdesc="Transient Smearing Audio Effect for VST3, LV2 and CLAP compatible hosts" +pkgrel=2 +pkgdesc="Phase Dispersion Audio Effect for VST3, LV2 and CLAP compatible hosts" arch=('x86_64') options=('!debug' '!strip') url="https://github.com/Dimethoxy/Disflux" @@ -11,7 +11,7 @@ license=('GPL3') provides=('dimethoxy-disflux') conflicts=('dimethoxy-disflux' 'dimethoxy-disflux-git' 'dimethoxy-disflux-bin') source=("https://github.com/Dimethoxy/Disflux/releases/download/v${pkgver}/disflux-v${pkgver}-linux-arch.pkg.tar.zst") -sha256sums=('8368e92106f156b848d782400922463452db923cbdf147c85df2b151216ccce2') +sha256sums=('f1934a613a9a2c9e6736cfaf16485d82dc5c7e27e12cd5645902246bbde68775') package() { bsdtar -xf "$srcdir/disflux-v${pkgver}-linux-arch.pkg.tar.zst" -C "$pkgdir" diff --git a/pkg/arch/release/PKGBUILD b/pkg/arch/release/PKGBUILD index e9e53ae..4423d7e 100644 --- a/pkg/arch/release/PKGBUILD +++ b/pkg/arch/release/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dimethoxy-disflux # pkgver is generated from the latest git commit; the initial dummy version is 0.0.0. pkgver=1.2.0 pkgrel=1 -pkgdesc="Transient Smearing Audio Effect for VST3, LV2 and CLAP compatible hosts" +pkgdesc="Phase Dispersion Audio Effect for VST3, LV2 and CLAP compatible hosts" arch=('x86_64') url="https://github.com/Dimethoxy/Disflux" license=('GPL3')