Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
octave


Commits:
fa174c5e by Antonio Rojas at 2024-05-10T00:49:26+02:00
Add qt6-5compat dependency

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/octave/-/issues/2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = octave
        pkgdesc = A high-level language, primarily intended for numerical 
computations
        pkgver = 9.1.0
-       pkgrel = 5
+       pkgrel = 6
        url = https://www.gnu.org/software/octave/
        arch = x86_64
        license = GPL
@@ -26,6 +26,7 @@ pkgbase = octave
        depends = gl2ps
        depends = qscintilla-qt6
        depends = libsndfile
+       depends = qt6-5compat
        depends = qt6-tools
        depends = qrupdate
        depends = pcre2


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=9.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A high-level language, primarily intended for numerical computations'
 arch=('x86_64')
 url='https://www.gnu.org/software/octave/'
@@ -24,6 +24,7 @@ depends=(
   'gl2ps'
   'qscintilla-qt6'
   'libsndfile'
+  'qt6-5compat'
   'qt6-tools'
   'qrupdate'
   'pcre2'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/octave/-/commit/fa174c5e0a2986f8b6e4c5817a7c6b5d953bce46

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/octave/-/commit/fa174c5e0a2986f8b6e4c5817a7c6b5d953bce46
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to