[arch-commits] Commit in jupyter-notebook/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Thu Mar 23 02:55:17 UTC 2017
Date: Thursday, March 23, 2017 @ 02:55:17
Author: kkeen
Revision: 218448
upgpkg: jupyter-notebook 4.4.0-1
Modified:
jupyter-notebook/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-23 02:50:48 UTC (rev 218447)
+++ PKGBUILD 2017-03-23 02:55:17 UTC (rev 218448)
@@ -2,7 +2,7 @@
# Maintainer: Kyle Keen <keenerd at gmail.com>
pkgname=jupyter-notebook
-pkgver=4.3.1
+pkgver=4.4.0
pkgrel=1
pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
arch=('any')
@@ -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=('8d90c7522613a34bf3b38f043ef5bff5')
+md5sums=('71d66dddb4d78708cd54d69b6c5bbf7b')
build() {
cd "$srcdir/notebook-$pkgver"
More information about the arch-commits
mailing list