summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python2-qtconsole/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python2-qtconsole/PKGBUILD b/python2-qtconsole/PKGBUILD
index 21513772..ef29ed72 100644
--- a/python2-qtconsole/PKGBUILD
+++ b/python2-qtconsole/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Kyle Keen <keenerd@gmail.com>
pkgname=python2-qtconsole
-pkgver=4.5.5
-pkgrel=3
+pkgver=4.6.0
+pkgrel=1
pkgdesc="Qt-based console for Jupyter with support for rich media output"
arch=('any')
url="https://pypi.org/project/qtconsole/"
license=('BSD')
makedepends=('python2-setuptools' 'qt5-svg')
source=("$pkgbase-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
-md5sums=('b6e58c890712d9522f2bb2d28b5ace39')
+sha512sums=('4e6ae477796d7cc46f009658f29275ed75467f1e5c2436552b7a6df73eb35a382a54b4dc06ebe8827e2a009b79f08166dbce869832cb545fcc4db4299df1e004')
depends=('python2-ipykernel' 'python2-jupyter_core' 'python2-jupyter_client'
'python2-traitlets' 'python2-pygments' 'python2-pyzmq'
'qt5-svg' 'python2-pyqt5' 'python2-sip')