Date: Monday, March 6, 2023 @ 07:30:04 Author: arojas Revision: 1415254
upgpkg: jupyter-notebook 6.5.3-1: Update to 6.5.3 Modified: jupyter-notebook/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-06 07:26:15 UTC (rev 1415253) +++ PKGBUILD 2023-03-06 07:30:04 UTC (rev 1415254) @@ -3,8 +3,8 @@ pkgname=jupyter-notebook _pipname=notebook -pkgver=6.5.2 -pkgrel=2 +pkgver=6.5.3 +pkgrel=1 pkgdesc='The language-agnostic HTML notebook application for Project Jupyter' arch=(any) url='https://github.com/jupyter/notebook' @@ -17,7 +17,7 @@ checkdepends=(python-pytest python-requests) optdepends=('pandoc: notebook export' 'jupyter-widgetsnbextension: interactive widgets') source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('c1897e5317e225fc78b45549a6ab4b668e4c996fd03a04e938fe5e7af2bfffd0') +sha256sums=('b12bee3292211d85dd7e588a790ddce30cb3e8fbcfa1e803522a207f60819e05') build() { cd notebook-$pkgver
