[arch-commits] Commit in octave/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Tue Feb 21 21:02:36 UTC 2012


    Date: Tuesday, February 21, 2012 @ 16:02:36
  Author: ronald
Revision: 150771

upgpkg: octave 3.6.0-2

move fltk from optdepends to depends FS#28410

Modified:
  octave/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-21 20:45:23 UTC (rev 150770)
+++ PKGBUILD	2012-02-21 21:02:36 UTC (rev 150771)
@@ -5,17 +5,16 @@
 
 pkgname=octave
 pkgver=3.6.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' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 'gcc-libs' 'qhull')
-makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core' 'fltk')
+depends=('fftw' 'pcre' 'curl' 'lapack' 'libx11' 'graphicsmagick' 'glpk' 'hdf5' 'gcc-libs' 'qhull' 'fltk')
+makedepends=('texinfo' 'graphicsmagick' 'gcc-fortran' 'umfpack' 'texlive-core')
 optdepends=('texinfo: for help-support in octave'
             'gnuplot: alternative plotting'
-	    'umfpack: LU decomposition of some large sparse matrices'
-	    'fltk: alternative plotting')
+	    'umfpack: LU decomposition of some large sparse matrices')
 source=("ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2")
 options=('!emptydirs')
 install=octave.install




More information about the arch-commits mailing list