Date: Friday, May 31, 2019 @ 12:35:21 Author: arojas Revision: 475921
Update to 0.3.2 Modified: jupyterlab_server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-31 11:35:06 UTC (rev 475920) +++ PKGBUILD 2019-05-31 12:35:21 UTC (rev 475921) @@ -2,7 +2,7 @@ # Contributor: Guillaume Duboc <[email protected]> pkgname=jupyterlab_server -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc="Launch an application built using JupyterLab" arch=(any) @@ -11,7 +11,7 @@ depends=(jupyter-notebook) makedepends=(python-setuptools) source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('2f2e6fadb0fcaed8305e29389ca8f9bd00c41ba0f7351c85673e227d1dd6fa2c') +sha256sums=('4c5a08db620170335656d6fe08354368da945580f4bb0c2c24eda6e9b2c4ea70') build() { cd $pkgname-$pkgver
