Date: Monday, November 14, 2022 @ 22:51:36
Author: arojas
Revision: 1348294
Use sha256sums
Modified:
jupyter-notebook/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 22:47:13 UTC (rev 1348293)
+++ PKGBUILD 2022-11-14 22:51:36 UTC (rev 1348294)
@@ -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)
-md5sums=('69deeaccc84d6a0e8a134bd1731d4353')
+sha256sums=('c1897e5317e225fc78b45549a6ab4b668e4c996fd03a04e938fe5e7af2bfffd0')
build() {
cd notebook-$pkgver