diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template index d35ec7da3c3..cc1727d2ee0 100644 --- a/srcpkgs/python3-jupyter_notebook/template +++ b/srcpkgs/python3-jupyter_notebook/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_notebook' pkgname=python3-jupyter_notebook -version=5.7.0 -revision=3 +version=6.0.3 +revision=1 archs=noarch wrksrc="notebook-${version}" build_style=python3-module @@ -17,11 +17,11 @@ maintainer="Alessio Sergi " license="BSD-3-Clause" homepage="https://jupyter.org/" distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz" -checksum=b85e4de3d54cf4f14fe1d0515a980ccb49ddd4cdd21250cc0d4fb6374d50b1a7 +checksum=47a9092975c9e7965ada00b9a20f0cf637d001db60d241d479f53c0be117ad48 conflicts="python-jupyter_notebook<=5.7.0_2" post_install() { - vlicense COPYING.md LICENSE + vlicense LICENSE # use system mathjax rm -rf ${DESTDIR}/${py3_sitelib}/notebook/static/components/MathJax ln -sf /usr/share/mathjax ${DESTDIR}/${py3_sitelib}/notebook/static/components/MathJax diff --git a/srcpkgs/python3-jupyter_notebook/update b/srcpkgs/python3-jupyter_notebook/update new file mode 100644 index 00000000000..1bb284fed49 --- /dev/null +++ b/srcpkgs/python3-jupyter_notebook/update @@ -0,0 +1,2 @@ +pkgname=notebook +ignore="*a* *b* *rc*"