[arch-commits] Commit in jupyter-notebook/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Sep 5 10:42:43 UTC 2019


    Date: Thursday, September 5, 2019 @ 10:42:42
  Author: kkeen
Revision: 508194

upgpkg: jupyter-notebook 6.0.1-2  mathjax2

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-05 10:42:21 UTC (rev 508193)
+++ PKGBUILD	2019-09-05 10:42:42 UTC (rev 508194)
@@ -2,7 +2,7 @@
 
 pkgname=jupyter-notebook
 pkgver=6.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook"
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
          'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
-         'python-jupyter_client' 'mathjax' 'python-send2trash'
+         'python-jupyter_client' 'mathjax2' 'python-send2trash'
          'jupyter-nbconvert' 'python-prometheus_client')
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
@@ -37,7 +37,7 @@
   # needs node
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   # FS45999 use system mathjax
-  ln -s /usr/share/mathjax \
+  ln -s /usr/share/mathjax2 \
   "$pkgdir/usr/lib/python3.7/site-packages/notebook/static/components/MathJax"
 
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"



More information about the arch-commits mailing list