Date: Monday, December 2, 2019 @ 03:10:14 Author: kkeen Revision: 534668
upgpkg: jupyter-notebook 6.0.2-1 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-02 02:53:58 UTC (rev 534667) +++ PKGBUILD 2019-12-02 03:10:14 UTC (rev 534668) @@ -1,8 +1,8 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-notebook -pkgver=6.0.1 -pkgrel=5 +pkgver=6.0.2 +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=('bec62666664feda8dd62e64a9095f02f') +md5sums=('8c57651b49a34d725c9d6aa11c0c99d8') # todo: report bug that mathjax and nbconvert is no longer optional @@ -40,6 +40,6 @@ ln -s /usr/share/mathjax2 \ "$pkgdir/usr/lib/python3.8/site-packages/notebook/static/components/MathJax" - install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
