[arch-commits] Commit in octave/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Tue Sep 8 09:11:49 UTC 2015
Date: Tuesday, September 8, 2015 @ 11:11:49
Author: ronald
Revision: 245521
upgpkg: octave 4.0.0-2
move qscintilla optdepends -> depends FS#45956
Modified:
octave/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-08 07:46:42 UTC (rev 245520)
+++ PKGBUILD 2015-09-08 09:11:49 UTC (rev 245521)
@@ -5,16 +5,15 @@
pkgname=octave
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
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')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 'glu' 'ghostscript' 'suitesparse' 'gl2ps' 'qscintilla')
makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'qscintilla')
optdepends=('texinfo: for help-support in octave'
- 'gnuplot: alternative plotting'
- 'qscintilla: experimental gui')
+ 'gnuplot: alternative plotting')
source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig})
options=('!emptydirs')
install=octave.install
More information about the arch-commits
mailing list