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

Kyle Keen kkeen at archlinux.org
Sun Aug 23 17:07:29 UTC 2015


    Date: Sunday, August 23, 2015 @ 19:07:29
  Author: kkeen
Revision: 138693

upgpkg: jupyter 4.0.4-2  fix optdeps

Modified:
  jupyter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-23 17:00:07 UTC (rev 138692)
+++ PKGBUILD	2015-08-23 17:07:29 UTC (rev 138693)
@@ -4,7 +4,7 @@
 pkgbase=jupyter
 pkgname=(jupyter ipython2-notebook)
 pkgver=4.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A language-agnostic web-based interactive shell/notebook server."
 arch=('any')
 url="http://jupyter.org/"
@@ -14,8 +14,9 @@
          'python-terminado' 'python-mistune' 'python-pygments')
 makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
 optdepends=('mathjax: latex equation rendering'
-            'python-pyqt5: qtconsole'
-            'python-sip: qtconsole')
+            'qt5-svg: jupyter-qtconsole'
+            'python-pyqt5: jupyter-qtconsole'
+            'python-sip: jupyter-qtconsole')
 
 # some of these will update rapidly, others never
 # so _vers will be phased in as new updates are released
@@ -120,6 +121,7 @@
   pkgdesc="An enhanced Interactive Python2 shell."
   depends=('ipython2' 'jupyter' 'python2-pyzmq')
   optdepends=('python2-pyqt5: jupyter-qtconsole-py2'
+              'qt5-svg: jupyter-qtconsole-py2'
               'python2-sip: jupyter-qtconsole-py2')
 
   cd "$srcdir/python2-ipykernel-$_ipykv"



More information about the arch-commits mailing list