[arch-commits] Commit in audacity/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sat May 23 21:27:24 UTC 2020


    Date: Saturday, May 23, 2020 @ 21:27:23
  Author: dvzrv
Revision: 632590

upgpkg: audacity 1:2.4.1-3: Adding *.lsp files back (FS#66739).

Modified:
  audacity/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 21:24:05 UTC (rev 632589)
+++ PKGBUILD	2020-05-23 21:27:23 UTC (rev 632590)
@@ -3,7 +3,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')
@@ -64,4 +64,7 @@
   # 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"
 }



More information about the arch-commits mailing list