community/audacity to 2.4.1-2

This commit is contained in:
Kevin Mihelich 2020-05-21 23:47:38 +00:00
parent 796606ab01
commit cc4cb907a0

View file

@ -7,7 +7,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')
@ -67,4 +67,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"
}