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

Kyle Keen kkeen at archlinux.org
Thu Apr 29 22:11:21 UTC 2021


    Date: Thursday, April 29, 2021 @ 22:11:21
  Author: kkeen
Revision: 925290

upgpkg: jupyter_console 6.4.0-1

Modified:
  jupyter_console/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 22:03:02 UTC (rev 925289)
+++ PKGBUILD	2021-04-29 22:11:21 UTC (rev 925290)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter_console
-pkgver=6.2.0
-pkgrel=3
+pkgver=6.4.0
+pkgrel=1
 pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any language."
 arch=('any')
 url="https://pypi.org/project/jupyter_console/"
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 #source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz")
 source=("https://files.pythonhosted.org/packages/source/j/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('24600923a41fc33bf8b5db699dca3c69')
+md5sums=('400cdf73675aff2456172cb9d424d10d')
 
 build() {
   cd "$srcdir/jupyter_console-$pkgver"



More information about the arch-commits mailing list