commit 65f671dfc62e409d1c727ac0d4c41478aefdbfcc Author: Christoph Gysin Date: Tue Sep 15 08:55:34 2015 +0300 octave: depend on sndfile fixes #46231 diff --git a/octave/trunk/PKGBUILD b/octave/trunk/PKGBUILD index 6774a34..2576738 100644 --- a/octave/trunk/PKGBUILD +++ b/octave/trunk/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="A high-level language, primarily intended for numerical computations." arch=('i686' 'x86_64') url="http://www.octave.org" license=('GPL') -depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla') +depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile') makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'qscintilla') optdepends=('texinfo: for help-support in octave' 'gnuplot: alternative plotting')