summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fd34dc644fc..c870063ec3b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 0.34.5
+ pkgver = 0.34.10
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@@ -8,8 +8,8 @@ pkgbase = jupyterlab
makedepends = python-setuptools
makedepends = nodejs
depends = jupyterlab_launcher
- source = jupyterlab-0.34.5.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.34.5.tar.gz
- sha256sums = eead942e944cd4c6c1c60982f23772b6e6f62f7390c3bc46af4d68d94101405a
+ source = jupyterlab-0.34.10.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.34.10.tar.gz
+ sha256sums = 214d909dca98df69baac50bcbbd3491beb4bc4e7bc0aec5a1f36d3a5716e710c
pkgname = jupyterlab
diff --git a/PKGBUILD b/PKGBUILD
index 5083443ba221..3cf464471e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=jupyterlab
-pkgver=0.34.5
+pkgver=0.34.10
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
@@ -8,7 +8,7 @@ license=(custom)
makedepends=('python-setuptools' 'nodejs')
depends=('jupyterlab_launcher')
source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz")
-sha256sums=('eead942e944cd4c6c1c60982f23772b6e6f62f7390c3bc46af4d68d94101405a')
+sha256sums=('214d909dca98df69baac50bcbbd3491beb4bc4e7bc0aec5a1f36d3a5716e710c')
build() {
cd $pkgname-$pkgver