diff options
author | 404DeadLink | 2021-05-22 10:18:12 +0200 |
---|---|---|
committer | 404DeadLink | 2021-05-22 10:18:12 +0200 |
commit | 3942d48ecd588db07f7cdca0602a40b14bce9638 (patch) | |
tree | 973cc2f4e38800868cb1470b5db29b59894a63dc /PKGBUILD | |
parent | a2ca796110f05c830de27a19138382dfb911d0b7 (diff) | |
download | aur-3942d48ecd588db07f7cdca0602a40b14bce9638.tar.gz |
fix missing ladspa.h header
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |