From b3eeded163f6e381a75d0936d86f6ca8b442272d Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Wed, 8 Mar 2017 03:34:40 +0100 Subject: [PATCH] optdepends audacity-extras --- .SRCINFO | 5 +++-- PKGBUILD | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 286f1f0..f16ffce 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Jan 13 02:14:41 UTC 2017 +# Wed Mar 8 02:34:17 UTC 2017 pkgbase = audacity-git pkgdesc = A program that lets you manipulate digital audio waveforms - pkgver = 2.1.2.r1637.ge47a2ec3 + pkgver = 2.1.2.r1719.g0efe931d pkgrel = 1 url = http://www.audacityteam.org/ arch = i686 @@ -23,6 +23,7 @@ pkgbase = audacity-git depends = vamp-plugin-sdk depends = webkitgtk2 depends = wxgtk + optdepends = audacity-extras: nyquist plugins for audacity provides = audacity conflicts = audacity options = !makeflags diff --git a/PKGBUILD b/PKGBUILD index d4f1892..3b43b65 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=audacity-git _pkgname=audacity -pkgver=2.1.2.r1637.ge47a2ec3 +pkgver=2.1.2.r1719.g0efe931d pkgrel=1 pkgdesc="A program that lets you manipulate digital audio waveforms" arch=('i686' 'x86_64') @@ -21,6 +21,7 @@ depends=('desktop-file-utils' 'vamp-plugin-sdk' 'webkitgtk2' 'wxgtk') +optdepends=('audacity-extras: nyquist plugins for audacity') makedepends=('cmake' 'python2' 'twolame') options=('!makeflags') provides=('audacity')