Date: Tuesday, December 25, 2018 @ 02:38:28 Author: kkeen Revision: 417891
upgpkg: jupyter-notebook 5.7.4-1 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-25 02:29:18 UTC (rev 417890) +++ PKGBUILD 2018-12-25 02:38:28 UTC (rev 417891) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-notebook -pkgver=5.7.2 +pkgver=5.7.4 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=('b26da893f3ddb83067ae20180ed84e94') +md5sums=('0da49d5cd32483d31a968fce86ef3839') # todo: report bug that mathjax and nbconvert is no longer optional
