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

Ronald van Haren ronald at archlinux.org
Mon Jun 22 08:37:01 UTC 2009


    Date: Monday, June 22, 2009 @ 04:37:01
  Author: ronald
Revision: 43312

upgpkg: octave 3.0.5-3
    add lapack dep: FS#15208 & FS#14475

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-22 03:54:03 UTC (rev 43311)
+++ PKGBUILD	2009-06-22 08:37:01 UTC (rev 43312)
@@ -5,12 +5,12 @@
 
 pkgname=octave
 pkgver=3.0.5
-pkgrel=2
+pkgrel=3
 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' 'blas')
+depends=('fftw' 'pcre' 'curl' 'blas' 'lapack')
 makedepends=('texinfo')
 optdepends=('texinfo: for help-support in octave'
             'gnuplot: to be able to plot in octave')




More information about the arch-commits mailing list