Date: Thursday, March 9, 2017 @ 13:42:11 Author: kkeen Revision: 215401
upgpkg: jupyter-nbformat 4.3.0-1 Modified: jupyter-nbformat/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-09 10:13:57 UTC (rev 215400) +++ PKGBUILD 2017-03-09 13:42:11 UTC (rev 215401) @@ -2,8 +2,8 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=jupyter-nbformat -pkgver=4.2.0 -pkgrel=2 +pkgver=4.3.0 +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,8 +10,8 @@ license=('BSD') depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema') makedepends=('python-setuptools') -source=("$pkgname-$pkgver.tar.gz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz") -md5sums=('60a1e83350f76e5eeb6fc65f173bde75') +source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz") +md5sums=('d54c51d8d375bc74219e17fe8dfdf3b4') build() { cd "$srcdir"
