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

Kyle Keen kkeen at archlinux.org
Thu Oct 19 01:58:34 UTC 2017


    Date: Thursday, October 19, 2017 @ 01:58:33
  Author: kkeen
Revision: 263322

upgpkg: jupyter_console 5.2.0-1

Modified:
  jupyter_console/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-19 00:02:05 UTC (rev 263321)
+++ PKGBUILD	2017-10-19 01:58:33 UTC (rev 263322)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter_console
-pkgver=5.1.0
+pkgver=5.2.0
 pkgrel=1
 pkgdesc="An IPython-like terminal frontend for Jupyter kernels in any language."
 arch=('any')
@@ -11,8 +11,9 @@
 depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
          'python-pygments' 'python-prompt_toolkit')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz")
-md5sums=('80f2f57fad0c59dfc6ef5d581c1c8d74')
+#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')
 
 build() {
   cd "$srcdir"



More information about the arch-commits mailing list