Date: Wednesday, September 16, 2020 @ 07:58:36 Author: arojas Revision: 707287
Update to 6.1.4 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-16 07:58:13 UTC (rev 707286) +++ PKGBUILD 2020-09-16 07:58:36 UTC (rev 707287) @@ -1,8 +1,8 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-notebook -pkgver=6.1.1 -pkgrel=2 +pkgver=6.1.4 +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=('7166dadafabbac96213b663fa8014f68') +md5sums=('eb81355187dad5e8f579be098d32db08') # todo: report bug that mathjax and nbconvert is no longer optional
