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

Felix Yan fyan at archlinux.org
Tue Jan 27 15:34:22 UTC 2015


    Date: Tuesday, January 27, 2015 @ 16:34:22
  Author: fyan
Revision: 230119

upgpkg: octave 3.8.2-4

- add dependency on gl2ps (FS#38993)
- add validpgpkeys

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-27 14:43:22 UTC (rev 230118)
+++ PKGBUILD	2015-01-27 15:34:22 UTC (rev 230119)
@@ -5,12 +5,12 @@
 
 pkgname=octave
 pkgver=3.8.2
-pkgrel=3
+pkgrel=4
 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')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 'glu' 'ghostscript' 'suitesparse' 'gl2ps')
 makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'qscintilla')
 optdepends=('texinfo: for help-support in octave'
             'gnuplot: alternative plotting'
@@ -21,6 +21,7 @@
 sha1sums=('02c38e0f69bce4e6dd7be7d301898347085d9c2d'
           'SKIP'
           'acbe2b6d77d6d5f7b9f6fc4019c362be36cf9452')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list