Date: Thursday, February 20, 2020 @ 19:16:06 Author: kkeen Revision: 577324
upgpkg: jupyter-notebook 6.0.3-1 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-20 19:10:16 UTC (rev 577323) +++ PKGBUILD 2020-02-20 19:16:06 UTC (rev 577324) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-notebook -pkgver=6.0.2 +pkgver=6.0.3 pkgrel=1 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter" arch=('any') @@ -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=('8c57651b49a34d725c9d6aa11c0c99d8') +md5sums=('1e5962b6e1fea5c34711d28c6ba841cb') # todo: report bug that mathjax and nbconvert is no longer optional
