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

Antonio Rojas arojas at gemini.archlinux.org
Fri Apr 8 06:51:40 UTC 2022


    Date: Friday, April 8, 2022 @ 06:51:39
  Author: arojas
Revision: 1182968

Enable JSON support (FS#74396)

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-08 06:46:51 UTC (rev 1182967)
+++ PKGBUILD	2022-04-08 06:51:39 UTC (rev 1182968)
@@ -4,7 +4,7 @@
 
 pkgname=octave
 pkgver=7.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level language, primarily intended for numerical computations"
 arch=('x86_64')
 url="https://www.gnu.org/software/octave/"
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 'ghostscript'
  	   'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 'qrupdate')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'fltk' 'portaudio' 'jdk8-openjdk')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 'fltk' 'portaudio' 'jdk8-openjdk' 'rapidjson')
 optdepends=('texinfo: for help-support in octave'
             'gnuplot: alternative plotting'
             'portaudio: audio support'



More information about the arch-commits mailing list