diff options
author | Erich Eckner <git@eckner.net> | 2019-11-18 08:31:00 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-18 08:31:00 +0100 |
commit | 5de1b5e344a7d8744fda899373f2c18afce414da (patch) | |
tree | 721da9d1178460d11f8024203001b5853ddf4cc4 /python2-qtconsole/PKGBUILD | |
parent | 292ff7ff899b609e49f8bf605dbd20445c13caca (diff) | |
download | archlinuxewe-5de1b5e344a7d8744fda899373f2c18afce414da.tar.xz |
python2-qtconsole 4.5.5-3 -> 4.6.0-1
Diffstat (limited to 'python2-qtconsole/PKGBUILD')
-rw-r--r-- | python2-qtconsole/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python2-qtconsole/PKGBUILD b/python2-qtconsole/PKGBUILD index 215137720..ef29ed727 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') |