Date: Wednesday, January 12, 2022 @ 18:37:50 Author: arojas Revision: 1101699
Update to 1.13.2 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-12 18:34:22 UTC (rev 1101698) +++ PKGBUILD 2022-01-12 18:37:50 UTC (rev 1101699) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=1.13.1 -pkgrel=2 +pkgver=1.13.2 +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=('6d70ebf8e789a7d0a5cd1588e078ccbbdca388dc2c74a6cd62b9ebb80609344f') +sha256sums=('04fb03a53229223e02b211193d5cfcd0141f9949d706d8569e225e64b0999aff') build() { cd ${pkgname/-/_}-$pkgver
