[arch-commits] Commit in sagemath-doc/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon May 30 15:32:25 UTC 2022


    Date: Monday, May 30, 2022 @ 15:32:25
  Author: arojas
Revision: 1216425

Fix missing MathJax

Modified:
  sagemath-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-30 15:31:22 UTC (rev 1216424)
+++ PKGBUILD	2022-05-30 15:32:25 UTC (rev 1216425)
@@ -2,13 +2,14 @@
 
 pkgname=sagemath-doc
 pkgver=9.6
-pkgrel=1
+pkgrel=2
 pkgdesc='HTML documentation for SageMath'
 arch=(any)
 url='http://www.sagemath.org'
 license=(GPL)
 depends=(gap-doc python-pplpy)
-makedepends=(sagemath python-pyzmq python-docutils python-jupyter_client python-pkgconfig cython python-jupyter-sphinx)
+makedepends=(sagemath python-pyzmq python-docutils python-jupyter_client python-pkgconfig cython
+             python-jupyter-sphinx mathjax2)
 source=(https://github.com/sagemath/sage/archive/$pkgver/sagemath-$pkgver.tar.gz)
 sha256sums=('c6225d48f70ac955fceed5c1fddfdd7294001d460b43a686329d5d44d836f6a3')
 options=(!strip) # nothing to strip, save packaging time



More information about the arch-commits mailing list