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

Evangelos Foutras foutrelis at archlinux.org
Wed Jul 18 01:49:08 UTC 2018


    Date: Wednesday, July 18, 2018 @ 01:49:08
  Author: foutrelis
Revision: 361208

Python 3.7 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 01:47:03 UTC (rev 361207)
+++ PKGBUILD	2018-07-18 01:49:08 UTC (rev 361208)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-notebook
 pkgver=5.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook"
@@ -39,7 +39,7 @@
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   # FS45999 use system mathjax
   ln -s /usr/share/mathjax \
-  "$pkgdir/usr/lib/python3.6/site-packages/notebook/static/components/MathJax"
+  "$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