summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author404DeadLink2021-05-22 10:18:12 +0200
committer404DeadLink2021-05-22 10:18:12 +0200
commit3942d48ecd588db07f7cdca0602a40b14bce9638 (patch)
tree973cc2f4e38800868cb1470b5db29b59894a63dc /PKGBUILD
parenta2ca796110f05c830de27a19138382dfb911d0b7 (diff)
downloadaur-3942d48ecd588db07f7cdca0602a40b14bce9638.tar.gz
fix missing ladspa.h header
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index babf2dfb30e8..d838711ec3e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="A versatile softsynth plugin for the DSSI Soft Synth Interface"
url="http://www.smbolton.com/whysynth.html"
depends=('alsa-lib' 'liblo' 'gtk2' 'fftw')
-makedepends=('dssi' 'git')
+makedepends=('dssi' 'ladspa' 'git')
license=('GPL')
source=("git://github.com/smbolton/whysynth.git")
md5sums=('SKIP')