Date: Saturday, December 19, 2020 @ 23:47:19 Author: kkeen Revision: 780063
upgpkg: jupyter-notebook 6.1.5-1 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-19 23:11:18 UTC (rev 780062) +++ PKGBUILD 2020-12-19 23:47:19 UTC (rev 780063) @@ -1,8 +1,8 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-notebook -pkgver=6.1.4 -pkgrel=3 +pkgver=6.1.5 +pkgrel=1 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter" arch=('any') url="https://github.com/jupyter/notebook" @@ -15,7 +15,7 @@ makedepends=('python-setuptools' 'npm' 'git') optdepends=('pandoc: notebook export') source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz") -md5sums=('eb81355187dad5e8f579be098d32db08') +md5sums=('289c0e769270bbe33e6d956ee880e652') # todo: report bug that mathjax and nbconvert is no longer optional
