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

David Runge dvzrv at archlinux.org
Thu May 21 21:44:28 UTC 2020


    Date: Thursday, May 21, 2020 @ 21:44:25
  Author: dvzrv
Revision: 631513

upgpkg: audacity 1:2.4.1-2: Adding *.ny plug-in files back (FS#66733).

Modified:
  audacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-21 21:19:18 UTC (rev 631512)
+++ PKGBUILD	2020-05-21 21:44:25 UTC (rev 631513)
@@ -3,7 +3,7 @@
 
 pkgname=audacity
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('x86_64')
@@ -61,4 +61,7 @@
   'libvorbisfile.so' 'libportSMF.so')
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
+  # 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"
 }



More information about the arch-commits mailing list