[arch-commits] Commit in jupyter-notebook/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Apr 29 08:37:21 UTC 2021


    Date: Thursday, April 29, 2021 @ 08:37:20
  Author: kkeen
Revision: 925157

upgpkg: jupyter-notebook 6.3.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 06:51:00 UTC (rev 925156)
+++ PKGBUILD	2021-04-29 08:37:20 UTC (rev 925157)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-notebook
-pkgver=6.2.0
+pkgver=6.3.0
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
 source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz")
-md5sums=('80c1780abe635ce1305d499138ab788f')
+md5sums=('03e24007cb39207d7b0c99d51a8aab50')
 
 # todo: report bug that mathjax and nbconvert is no longer optional
 
@@ -41,4 +41,5 @@
   "$pkgdir/usr/lib/python3.9/site-packages/notebook/static/components/MathJax"
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 jupyter-notebook.desktop "$pkgdir/usr/share/applications/jupyter-notebook.desktop"
 }



More information about the arch-commits mailing list