[arch-commits] Commit in python-jupyter_client/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Fri Feb 23 23:47:48 UTC 2018


    Date: Friday, February 23, 2018 @ 23:47:46
  Author: kkeen
Revision: 297284

upgpkg: python-jupyter_client 5.2.2-1

Modified:
  python-jupyter_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-23 23:45:05 UTC (rev 297283)
+++ PKGBUILD	2018-02-23 23:47:46 UTC (rev 297284)
@@ -3,7 +3,7 @@
 
 pkgbase=python-jupyter_client
 pkgname=(python-jupyter_client python2-jupyter_client)
-pkgver=5.1.0
+pkgver=5.2.2
 pkgrel=1
 pkgdesc="Jupyter protocol implementation and client libraries"
 arch=('any')
@@ -15,7 +15,7 @@
              'python2-ipykernel' 'python2-traitlets' 'python2-pyzmq'
              'python2-jupyter_core')
 source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz")
-md5sums=('ee075f4c02f3b4d6bcd4284a6c81d015')
+md5sums=('a12c044022e5c512df14e02bec095cd6')
 
 # dep cycle with python-ipykernel
 
@@ -43,7 +43,7 @@
   install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   cd "$pkgdir/usr"
-  rm bin/jupyter-kernelspec
+  rm bin/jupyter-*
   rmdir bin
 }
 



More information about the arch-commits mailing list