Date: Wednesday, August 22, 2018 @ 21:03:48 Author: kkeen Revision: 373311
upgpkg: python-jupyter_client 5.2.3-1 Modified: python-jupyter_client/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-22 20:06:06 UTC (rev 373310) +++ PKGBUILD 2018-08-22 21:03:48 UTC (rev 373311) @@ -3,8 +3,8 @@ pkgbase=python-jupyter_client pkgname=(python-jupyter_client python2-jupyter_client) -pkgver=5.2.2 -pkgrel=2 +pkgver=5.2.3 +pkgrel=1 pkgdesc="Jupyter protocol implementation and client libraries" arch=('any') url="https://pypi.python.org/pypi/jupyter_client" @@ -15,7 +15,7 @@ 'python2-ipykernel' 'python2-traitlets' 'python2-pyzmq' 'python2-jupyter_core') source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz") -md5sums=('a12c044022e5c512df14e02bec095cd6') +md5sums=('411e5aaf0db1e1b6334a1a8c461a62f5') # dep cycle with python-ipykernel