[arch-commits] Commit in jupyter-nbconvert/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Jan 23 10:23:43 UTC 2022
Date: Sunday, January 23, 2022 @ 10:23:43
Author: arojas
Revision: 1113560
Update to 6.4.0
Modified:
jupyter-nbconvert/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-23 10:19:48 UTC (rev 1113559)
+++ PKGBUILD 2022-01-23 10:23:43 UTC (rev 1113560)
@@ -2,8 +2,8 @@
pkgname=jupyter-nbconvert
_name=nbconvert
-pkgver=6.1.0
-pkgrel=5
+pkgver=6.4.0
+pkgrel=1
pkgdesc="Jupyter Notebook Conversion"
arch=('any')
url="https://pypi.python.org/pypi/nbconvert"
@@ -28,9 +28,9 @@
checkdepends=('chromium' 'python-pytest')
optdepends=('pandoc: non-html conversion output'
'python-pyppeteer: for webPDF conversion support')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/nbconvert/archive/$pkgver.tar.gz")
-sha512sums=('beb1d66788871b2d8b1576bf4e615053a870e6959c832294872a84c89b0329a28364f2d88625dedf3947b27d68e2915155cd6d1152610aec50c4bd7226698483')
-b2sums=('9eceb9ed42d63bb495583139400ba1d6d68979379bec7ba408ba6c7e3954604f637a55f5c9e76573d0031f41269516877bfb745f685128d2c6161dff9d352818')
+source=("https://github.com/jupyter/nbconvert/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('9dadfde947924e775168ac9e06f6333813b9a99caecd287d888ab137af4368c9b250cd557cfd5e68a2c6166f84282c76e7e53d8a17515be20f11842aa4a27b65')
+b2sums=('07a19135375196c6484a761a9744cecc84831dc7d8d836f927ecdde6be483c57e532c99a17ccccdc4fc2d53c41019651cb42dce4062934af1b5ab35840139829')
build() {
cd nbconvert-$pkgver
More information about the arch-commits
mailing list