Date: Wednesday, September 28, 2022 @ 15:06:41
  Author: arojas
Revision: 1315608

upgpkg: octave 7.2.0-3: Add explicit pcre dependency, no longer pulled by glib2 
(FS#76047)

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-28 15:06:04 UTC (rev 1315607)
+++ PKGBUILD    2022-09-28 15:06:41 UTC (rev 1315608)
@@ -4,13 +4,13 @@
 
 pkgname=octave
 pkgver=7.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A high-level language, primarily intended for numerical computations"
 arch=('x86_64')
 url="https://www.gnu.org/software/octave/";
 license=('GPL')
 depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
-          'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
+          'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate' 'pcre')
 makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk' 'rapidjson')
 optdepends=('texinfo: for help-support in octave'
             'gnuplot: alternative plotting'

Reply via email to