Date: Thursday, June 6, 2019 @ 11:13:46 Author: arojas Revision: 477432
Update to 0.3.4 Modified: jupyterlab_server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-06 11:13:26 UTC (rev 477431) +++ PKGBUILD 2019-06-06 11:13:46 UTC (rev 477432) @@ -2,7 +2,7 @@ # Contributor: Guillaume Duboc <[email protected]> pkgname=jupyterlab_server -pkgver=0.3.3 +pkgver=0.3.4 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=('0d62eae3ed1436a97c591b3f41a465ae0c2067f1ab1d032a6a3642a8cdb1d076') +sha256sums=('ae0c8629b9f0196b314f017e374a70a702522739f4f08bece84963af5e8c8351') build() { cd $pkgname-$pkgver
