[arch-commits] Commit in jupyter_console/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Mon Nov 19 05:32:29 UTC 2018
Date: Monday, November 19, 2018 @ 05:32:28
Author: kkeen
Revision: 408753
upgpkg: jupyter_console 6.0.0-1
Modified:
jupyter_console/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-19 05:28:52 UTC (rev 408752)
+++ PKGBUILD 2018-11-19 05:32:28 UTC (rev 408753)
@@ -1,8 +1,8 @@
# Maintainer: Kyle Keen <keenerd at gmail.com>
pkgname=jupyter_console
-pkgver=5.2.0
-pkgrel=2
+pkgver=6.0.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=('175953df3c76ffa6d4d5cb23198ab324')
+md5sums=('59bbd67721a7a5eb7361967af962cc4f')
build() {
cd "$srcdir/jupyter_console-$pkgver"
More information about the arch-commits
mailing list