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

Kyle Keen kkeen at archlinux.org
Sun Dec 13 01:00:54 UTC 2020


    Date: Sunday, December 13, 2020 @ 00:59:29
  Author: kkeen
Revision: 773774

upgpkg: python-qtconsole 5.0.1-1

Modified:
  python-qtconsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-13 00:51:12 UTC (rev 773773)
+++ PKGBUILD	2020-12-13 00:59:29 UTC (rev 773774)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-qtconsole
-pkgver=4.7.3
-pkgrel=3
+pkgver=5.0.1
+pkgrel=1
 pkgdesc="Qt-based console for Jupyter with support for rich media output"
 arch=('any')
 url="https://pypi.org/project/qtconsole/"
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 #checkdepends=('python-nose' 'python-pytest')
 source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/qtconsole/archive/$pkgver.tar.gz")
-md5sums=('c65c682637b2a8e470df0fd37a5e5c67')
+md5sums=('34056a772ab327f8233776e3bb398ac9')
 
 build() {
   cd "$srcdir/qtconsole-$pkgver"



More information about the arch-commits mailing list