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

Kyle Keen kkeen at archlinux.org
Tue Oct 11 13:50:25 UTC 2016


    Date: Tuesday, October 11, 2016 @ 13:50:24
  Author: kkeen
Revision: 191929

upgpkg: jupyter_console 5.0.0-1

Modified:
  jupyter_console/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-11 13:46:35 UTC (rev 191928)
+++ PKGBUILD	2016-10-11 13:50:24 UTC (rev 191929)
@@ -8,13 +8,12 @@
 arch=('any')
 url="https://pypi.python.org/pypi/jupyter_console"
 license=('BSD')
-depends=('ipython' 'python-ipykernel' 'python-jupyter_client'
+depends=('ipython' 'python-jupyter_client' 'python-ipykernel'
          'python-pygments' 'python-prompt_toolkit')
 makedepends=('python-setuptools')
 source=("https://github.com/jupyter/jupyter_console/archive/$pkgver.tar.gz")
 md5sums=('08a9fde32a45c9e2e0b4cec6eca249c2')
 
-
 build() {
   cd "$srcdir"
 }



More information about the arch-commits mailing list