summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVictor2023-09-29 16:50:59 +0200
committerVictor2023-09-29 16:50:59 +0200
commit7c33a01db5f276422c282316615d4daae651f72f (patch)
treeff1d690eb02131728df1f90d55d88afe6655e480 /PKGBUILD
parent3a685621b9062c7a54231c4683ecdbb4f3da7319 (diff)
downloadaur-mathicsscript.tar.gz
Fixed typo in python-cairosvg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cfaa4f5f243..5c149154d8f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mathicsscript
pkgver=6.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A more advanced command-line interface to Mathics."
arch=("any")
url="https://mathics.org/"
@@ -21,7 +21,7 @@ depends=("mathics>6.0.0"
optdepends=(
"python-yaml: Used for admin-tools/make-tables.sh to build JSON tables"
"python-pyqt5: For inte ractive display of graphs via matplotlib"
- "python-cariosvg: For rendering plots and graphs as SVGs via matplotlib"
+ "python-cairosvg: For rendering plots and graphs as SVGs via matplotlib"
"python-cson: for xasy"
"python-matplotlib: For rendering SVG plots"
)