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

Kyle Keen kkeen at archlinux.org
Thu Apr 29 08:50:13 UTC 2021


    Date: Thursday, April 29, 2021 @ 08:50:12
  Author: kkeen
Revision: 925159

upgpkg: jupyter-nbformat 5.1.3-1

Modified:
  jupyter-nbformat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 08:37:41 UTC (rev 925158)
+++ PKGBUILD	2021-04-29 08:50:12 UTC (rev 925159)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-nbformat
-pkgver=5.1.2
-pkgrel=2
+pkgver=5.1.3
+pkgrel=1
 pkgdesc="The base implementation of the Jupyter Notebook format and Python APIs for working with notebooks"
 arch=('any')
 url="https://pypi.python.org/pypi/nbformat"
@@ -11,12 +11,12 @@
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbformat/archive/$pkgver.tar.gz"
          nbformat-install-data.patch::"https://github.com/jupyter/nbformat/commit/657a7ab5.patch")
-md5sums=('53e2e458ef25569eaf68f4fc73796567'
+md5sums=('dd2a7d13ef6c6661bdc5b94db3255d0a'
          'f21e8726512cee276a50b91e3f0f2885')
 
 prepare() {
   cd nbformat-$pkgver
-  patch -p1 -i ../nbformat-install-data.patch # Fix data install
+  #patch -p1 -i ../nbformat-install-data.patch # Fix data install
 }
 
 build() {



More information about the arch-commits mailing list