[arch-commits] Commit in jupyter-nbclient/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Dec 14 10:58:30 UTC 2021
Date: Tuesday, December 14, 2021 @ 10:58:30
Author: arojas
Revision: 1072734
Update dependency name
Modified:
jupyter-nbclient/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-14 10:57:03 UTC (rev 1072733)
+++ PKGBUILD 2021-12-14 10:58:30 UTC (rev 1072734)
@@ -2,12 +2,12 @@
pkgname=jupyter-nbclient
pkgver=0.5.4
-pkgrel=3
+pkgrel=4
pkgdesc="A tool for running Jupyter Notebooks in different execution contexts."
arch=('any')
url="https://github.com/jupyter/nbclient"
license=('BSD')
-depends=('python-nest_asyncio' 'python-traitlets' 'python-async_generator')
+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')
More information about the arch-commits
mailing list