git » audacity.git » commit f3ff0b5

Adding *.ny plug-in files back (FS#66733).

author David Runge
2020-05-21 21:44:25 UTC
committer David Runge
2020-05-21 21:44:25 UTC
parent eed7371c48748e764be55202e2048e3f91ff5d9f

Adding *.ny plug-in files back (FS#66733).

PKGBUILD +4 -1

diff --git a/PKGBUILD b/PKGBUILD
index b16e580..910fe30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ package() {
   '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"
 }