Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkg/arch/bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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"
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"
Expand Down
2 changes: 1 addition & 1 deletion pkg/arch/release/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
Loading