[arch-commits] Commit in python-jupyterlab_server/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 10 17:08:49 UTC 2021
Date: Monday, May 10, 2021 @ 17:08:48
Author: arojas
Revision: 929574
Update to 2.5.1
Modified:
python-jupyterlab_server/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-10 17:07:16 UTC (rev 929573)
+++ PKGBUILD 2021-05-10 17:08:48 UTC (rev 929574)
@@ -3,11 +3,11 @@
_pipname=jupyterlab_server
pkgname=python-$_pipname
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
-pkgdesc="Launch an application built using JupyterLab"
+pkgdesc='Launch an application built using JupyterLab'
arch=(any)
-url="https://jupyter.org/"
+url='https://jupyter.org/'
license=(custom)
depends=(jupyter-server python-requests python-json5 python-babel)
makedepends=(python-setuptools)
@@ -14,7 +14,7 @@
conflicts=(jupyterlab_server)
replaces=(jupyterlab_server)
source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('4c2c482cc91b7439ea5415f8f85ded95059fb9cdab03f5f0e6338246830c2a5c')
+sha256sums=('52a08d92d5ce40623a6c5b657deafcb65a8f62c603259aceab57b57cf5432b9b')
build() {
cd $_pipname-$pkgver
More information about the arch-commits
mailing list