Date: Sunday, December 4, 2016 @ 00:58:03
  Author: kkeen
Revision: 197845

upgpkg: jupyter-nbformat 4.2.0-1

Modified:
  jupyter-nbformat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-12-04 00:47:47 UTC (rev 197844)
+++ PKGBUILD    2016-12-04 00:58:03 UTC (rev 197845)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keen...@gmail.com>
 
 pkgname=jupyter-nbformat
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="The base implementation of the Jupyter Notebook format and Python 
APIs for working with notebooks"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python-traitlets' 'python-jupyter_core' 'python-jsonschema')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz";)
-md5sums=('826b4fc4ec42553b20144f53b57b4e7b')
+md5sums=('60a1e83350f76e5eeb6fc65f173bde75')
 
 build() {
   cd "$srcdir"

Reply via email to