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

Kyle Keen kkeen at archlinux.org
Sat Jan 7 07:37:03 UTC 2017


    Date: Saturday, January 7, 2017 @ 07:37:02
  Author: kkeen
Revision: 205958

upgpkg: jupyter-notebook 4.3.1-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-07 07:34:40 UTC (rev 205957)
+++ PKGBUILD	2017-01-07 07:37:02 UTC (rev 205958)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-notebook
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook"
@@ -17,7 +17,7 @@
 optdepends=('mathjax: latex equation rendering'
             'pandoc: notebook export')
 source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz")
-md5sums=('9349a421bb2dff0226d71910de0a7184')
+md5sums=('8d90c7522613a34bf3b38f043ef5bff5')
 
 build() {
   cd "$srcdir/notebook-$pkgver"



More information about the arch-commits mailing list