Date: Friday, June 5, 2020 @ 01:12:22 Author: kkeen Revision: 639052 upgpkg: jupyter-nbformat 5.0.6-1
Modified: jupyter-nbformat/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-04 23:52:30 UTC (rev 639051) +++ PKGBUILD 2020-06-05 01:12:22 UTC (rev 639052) @@ -1,8 +1,8 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbformat -pkgver=4.4.0 -pkgrel=4 +pkgver=5.0.6 +pkgrel=1 pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks" arch=('any') url="https://pypi.python.org/pypi/nbformat" @@ -10,7 +10,7 @@ depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz") -md5sums=('9893bb73fedf1d7c5aa6966b65de3590') +md5sums=('e7bbe3a1219c470412c28cb0693baec9') build() { cd "$srcdir"
