summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2017-02-25 13:31:34 -0700
committerAinola2017-02-25 13:31:34 -0700
commit744ae3ee894bd683828bf087ffc61e0e1294b0c9 (patch)
treefca75eb8e7cb5eb4806a8625ded1ef2bad2a96c7 /PKGBUILD
parentc0dae74ff1e1a65d2a7ac509c679314f7104c4c1 (diff)
downloadaur-744ae3ee894bd683828bf087ffc61e0e1294b0c9.tar.gz
add hdf5 dep for related opcodes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca25da1037e9..a23c5c20f595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A programming language for sound rendering and signal processing."
arch=('i686' 'x86_64')
url="http://csound.github.io"
license=('LGPL')
-depends=('fltk' 'fluidsynth' 'liblo' 'portaudio' 'portmidi' 'tk' 'curl' 'stk' 'luajit' 'python2')
+depends=('fltk' 'fluidsynth' 'liblo' 'portaudio' 'portmidi' 'tk' 'curl' 'stk' 'luajit' 'python2' 'hdf5')
makedepends=('pd' 'cmake' 'gmm' 'swig' 'java-environment' 'dssi' 'boost' 'luajit' 'eigen')
optdepends=('csound-doc: The Canonical Csound Reference Manual'
'csoundqt: Qt frontend'