Date: Saturday, April 16, 2016 @ 14:29:34 Author: kkeen Revision: 171172
upgpkg: jupyter-notebook 4.2.0-1 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-16 09:31:51 UTC (rev 171171) +++ PKGBUILD 2016-04-16 12:29:34 UTC (rev 171172) @@ -2,8 +2,8 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-notebook -pkgver=4.1.0 -pkgrel=2 +pkgver=4.2.0 +pkgrel=1 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter" arch=('any') url="https://github.com/jupyter/notebook" @@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'npm' 'git') optdepends=('mathjax: latex equation rendering' 'pandoc: notebook export') -md5sums=('763ab54b3fc69f6225b9659b6994e756') +md5sums=('136be6b72fe9db7f0269dc7fa5652a62') # depends are going to be a little weird # removed: ipython python-pyzmq python-jsonschema python-mistune python-pygments @@ -25,7 +25,7 @@ # FS45999 disable bundled mathjax sed -i 's/^.*MathJax.*$//' bower.json #sed -i '/Trim mathjax/,/^ static_data.append/d' setupbase.py - sed -i 's/mj(/#mj(/' setupbase.py + sed -i 's/ mj(/ #mj(/' setupbase.py # needs node, downloads a lot of stuff python3 setup.py build
