Date: Friday, March 25, 2016 @ 20:04:57 Author: arojas Revision: 262558
Update to 4.0.1 Modified: octave/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-25 18:56:01 UTC (rev 262557) +++ PKGBUILD 2016-03-25 19:04:57 UTC (rev 262558) @@ -4,13 +4,14 @@ # Contributor : cyberdune <[email protected]> pkgname=octave -pkgver=4.0.0 -pkgrel=8 +pkgver=4.0.1 +pkgrel=1 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' 'libsndfile') +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') @@ -18,7 +19,7 @@ options=('!emptydirs') install=octave.install validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B') # John W. Eaton -sha1sums=('795c7ef1fb8d92f4cf9cae9eabba374a0328b1a9' +sha1sums=('76b531063e37df13fdbe3467a6e3c14dce364d9e' 'SKIP') build() {
