Date: Monday, March 20, 2023 @ 08:22:35
  Author: arojas
Revision: 1424386

upgpkg: octave 8.1.0-3: Switch to PCRE2 (FS#77915)

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-20 08:19:10 UTC (rev 1424385)
+++ PKGBUILD    2023-03-20 08:22:35 UTC (rev 1424386)
@@ -4,13 +4,13 @@
 
 pkgname=octave
 pkgver=8.1.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' 'pcre')
+          'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate' 'pcre2')
 makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk-openjdk' 'rapidjson')
 optdepends=('texinfo: for help-support in octave'
             'gnuplot: alternative plotting'

Reply via email to