Date: Tuesday, December 7, 2021 @ 07:18:11 Author: arojas Revision: 1065478
Update to 1.13.0 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-07 07:04:41 UTC (rev 1065477) +++ PKGBUILD 2021-12-07 07:18:11 UTC (rev 1065478) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=1.12.1 -pkgrel=3 +pkgver=1.13.0 +pkgrel=1 pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila' arch=(any) url='https://jupyter.org/' @@ -13,7 +13,7 @@ checkdepends=(python-pytest-tornasync python-pytest-console-scripts) optdepends=('jupyter-server-mathjax: to use local MathJax') source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz) -sha256sums=('f71e10ebaa6704a1e0fe76ec70a16a0804ab5a9d268f0c512e8c69086a8e86d1') +sha256sums=('05a96dfc5352adf70e88868b4ab3d1fc13e17bd84daf74d02cc6299098855fda') build() { cd ${pkgname/-/_}-$pkgver
