Date: Sunday, July 5, 2020 @ 11:39:16 Author: arojas Revision: 657813
Update to 1.2.0 Modified: jupyterlab_server/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-05 11:21:16 UTC (rev 657812) +++ PKGBUILD 2020-07-05 11:39:16 UTC (rev 657813) @@ -2,7 +2,7 @@ # Contributor: Guillaume Duboc <[email protected]> pkgname=jupyterlab_server -pkgver=1.1.5 +pkgver=1.2.0 pkgrel=1 pkgdesc="Launch an application built using JupyterLab" arch=(any) @@ -11,7 +11,7 @@ depends=(python-json5 python-requests jupyter-notebook) makedepends=(python-setuptools) source=(https://pypi.io/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('3398e401b95da868bc96bdaa44fa61252bf3e68fc9dd1645bd93293cce095f6c') +sha256sums=('5431d9dde96659364b7cc877693d5d21e7b80cea7ae3959ecc2b87518e5f5d8c') build() { cd $pkgname-$pkgver
