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

Felix Yan felixonmars at archlinux.org
Tue Dec 27 13:07:14 UTC 2016


    Date: Tuesday, December 27, 2016 @ 13:07:13
  Author: felixonmars
Revision: 203057

upgpkg: jupyter-notebook 4.3.0-2

python 3.6 rebuild

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-27 13:03:46 UTC (rev 203056)
+++ PKGBUILD	2016-12-27 13:07:13 UTC (rev 203057)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-notebook
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook"
@@ -38,7 +38,7 @@
   python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
   # FS45999 use system mathjax
   ln -s /usr/share/mathjax \
-  "$pkgdir/usr/lib/python3.5/site-packages/notebook/static/components/MathJax"
+  "$pkgdir/usr/lib/python3.6/site-packages/notebook/static/components/MathJax"
 
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }



More information about the arch-commits mailing list