mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/audacity to 2.4.1-3
This commit is contained in:
parent
a0cb444b21
commit
3bd932814a
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=audacity
|
pkgname=audacity
|
||||||
pkgver=2.4.1
|
pkgver=2.4.1
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -70,4 +70,7 @@ package() {
|
||||||
# install libnyquist plugins, missing since 2.4.0:
|
# install libnyquist plugins, missing since 2.4.0:
|
||||||
# https://bugs.archlinux.org/task/66733
|
# https://bugs.archlinux.org/task/66733
|
||||||
install -vDm 644 plug-ins/*.ny -t "${pkgdir}/usr/share/${pkgname}/plug-ins"
|
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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue