Date: Thursday, September 2, 2021 @ 09:14:17 Author: kkeen Revision: 1010543
upgpkg: jupyter-notebook 6.4.3-1 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-02 09:12:33 UTC (rev 1010542) +++ PKGBUILD 2021-09-02 09:14:17 UTC (rev 1010543) @@ -1,7 +1,7 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-notebook -pkgver=6.3.0 +pkgver=6.4.3 pkgrel=1 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter" arch=('any') @@ -14,8 +14,8 @@ # Much of their official dependency tree appears inverted and circular? makedepends=('python-setuptools' 'npm' 'git') optdepends=('pandoc: notebook export') -source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz") -md5sums=('03e24007cb39207d7b0c99d51a8aab50') +source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/v$pkgver.tar.gz") +md5sums=('7b53c6f25075e1e73decebc0b53d1e18') # todo: report bug that mathjax and nbconvert is no longer optional
