Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/octave/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/octave/PKGBUILD')
-rw-r--r--extra/octave/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/octave/PKGBUILD b/extra/octave/PKGBUILD
new file mode 100644
index 00000000..406c2a07
--- /dev/null
+++ b/extra/octave/PKGBUILD
@@ -0,0 +1,4 @@
+# qscintilla needs a qt5/qt6 split first, so build without qscintilla on i486 for now
+if [ "$CARCH" = 'i486' ]; then
+ depends=(${depends[@]//qscintilla-qt5/})
+fi