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

Antonio Rojas arojas at gemini.archlinux.org
Sun Jan 23 10:19:39 UTC 2022


    Date: Sunday, January 23, 2022 @ 10:19:38
  Author: arojas
Revision: 1113558

Update to 0.5.10

Modified:
  jupyter-nbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 09:59:09 UTC (rev 1113557)
+++ PKGBUILD	2022-01-23 10:19:38 UTC (rev 1113558)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-nbclient
-pkgver=0.5.4
-pkgrel=4
+pkgver=0.5.10
+pkgrel=1
 pkgdesc="A tool for running Jupyter Notebooks in different execution contexts."
 arch=('any')
 url="https://github.com/jupyter/nbclient"
@@ -9,8 +9,8 @@
 license=('BSD')
 depends=('python-nest-asyncio' 'python-traitlets' 'python-async_generator')
 makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbclient/archive/$pkgver.tar.gz")
-md5sums=('53b526dffc2ccbde4f5070bc2e6f132f')
+source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('fef9d9b971dc2e60883af8e0ce58c6aa')
 
 package() {
   cd "$srcdir/nbclient-$pkgver"



More information about the arch-commits mailing list