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

Kyle Keen kkeen at archlinux.org
Wed Apr 5 22:26:50 UTC 2017


    Date: Wednesday, April 5, 2017 @ 22:26:50
  Author: kkeen
Revision: 220770

upgpkg: jupyter-notebook 5.0.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-05 22:14:54 UTC (rev 220769)
+++ PKGBUILD	2017-04-05 22:26:50 UTC (rev 220770)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-notebook
-pkgver=4.4.1
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -12,12 +12,12 @@
          'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
          'python-jupyter_client')
 # Also depends on jupyter-nbconvert but that is optional elsewhere.
-# Much of their official dependency tree appears inverted?
+# Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('mathjax: latex equation rendering'
             'pandoc: notebook export')
 source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz")
-md5sums=('07515f7e0ee363e58ac53c2dca60f947')
+md5sums=('f45b7c7ddd31f14c555dbd0e39dff6ee')
 
 build() {
   cd "$srcdir/notebook-$pkgver"



More information about the arch-commits mailing list