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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Mar 30 19:17:40 UTC 2014


    Date: Sunday, March 30, 2014 @ 21:17:39
  Author: bpiotrowski
Revision: 209254

upgpkg: octave 3.8.1-1

- new upstream release
- build against glpk 4.54

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-30 18:46:11 UTC (rev 209253)
+++ PKGBUILD	2014-03-30 19:17:39 UTC (rev 209254)
@@ -4,21 +4,21 @@
 # Contributor : cyberdune <cyberdune at gmail.com>
 
 pkgname=octave
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.8.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') 
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 'glu')
 makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'qscintilla')
 optdepends=('texinfo: for help-support in octave'
             'gnuplot: alternative plotting'
-	    'qscintilla: experimental gui')
+            'qscintilla: experimental gui')
 source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig})
 options=('!emptydirs')
 install=octave.install
-sha1sums=('ebb03485b72d97fa01f105460f81016f94680f77'
+sha1sums=('2951aeafe58d562672feb80dd8c3cfe0643a5087'
           'SKIP')
 
 build() {




More information about the arch-commits mailing list