From 3bd932814a94ecfd1d7d0aa606d7c044007dd773 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 24 May 2020 00:53:30 +0000 Subject: [PATCH] community/audacity to 2.4.1-3 --- community/audacity/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/community/audacity/PKGBUILD b/community/audacity/PKGBUILD index 261613b14..498bfcbda 100644 --- a/community/audacity/PKGBUILD +++ b/community/audacity/PKGBUILD @@ -7,7 +7,7 @@ pkgname=audacity pkgver=2.4.1 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="A program that lets you manipulate digital audio waveforms" arch=('x86_64') @@ -70,4 +70,7 @@ package() { # install libnyquist plugins, missing since 2.4.0: # https://bugs.archlinux.org/task/66733 install -vDm 644 plug-ins/*.ny -t "${pkgdir}/usr/share/${pkgname}/plug-ins" + # install missing *.lsp files for nyquist plugins, missing since 2.4.0: + # https://bugs.archlinux.org/task/66739 + install -vDm 644 nyquist/*.lsp -t "${pkgdir}/usr/share/${pkgname}/nyquist" }