Date: Friday, May 21, 2021 @ 06:18:57 Author: arojas Revision: 940352
Update to 1.8.0 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-21 06:18:36 UTC (rev 940351) +++ PKGBUILD 2021-05-21 06:18:57 UTC (rev 940352) @@ -1,11 +1,11 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=1.7.0 -pkgrel=2 -pkgdesc="Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila" +pkgver=1.8.0 +pkgrel=1 +pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila' arch=(any) -url="https://jupyter.org/" +url='https://jupyter.org/' license=(custom) depends=(python-jupyter_client jupyter-nbformat jupyter-nbconvert python-terminado python-prometheus_client python-traitlets python-tornado python-jinja python-send2trash python-anyio python-jupyter_packaging python-websocket-client) @@ -12,7 +12,7 @@ makedepends=(python-setuptools) optdepends=('jupyter-server-mathjax: to use local MathJax') source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz) -sha256sums=('d9cfc1d21ff9951f185d9cbf9b742b911f57b98887ed79e210acd6f720505576') +sha256sums=('8f0c75e0a577536125ad62a442ebb7cf02746f1a69d907e8a273c6225d281237') build() { cd ${pkgname/-/_}-$pkgver
