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 121408954763..0ec31b047213 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 0.13.1
+ pkgver = 0.22.1
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
license = custom
depends = jupyter-notebook
- source = jupyterlab-0.13.1::https://github.com/jupyterlab/jupyterlab/archive/v0.13.1.tar.gz
- sha256sums = 4d95b6ef7383e747a1c24cf417c8397916ec4c44e11d371fb55b8441355fb8f7
+ source = jupyterlab-0.22.1::https://github.com/jupyterlab/jupyterlab/archive/v0.22.1.tar.gz
+ sha256sums = 8bded13ecc5732b8da1d3195be28acd09b9fe3db32fff8449d3de53adeb3c7a9
pkgname = jupyterlab
diff --git a/PKGBUILD b/PKGBUILD
index c9bc88b64399..cf0b35c5ad6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=jupyterlab
-pkgver=0.13.1
+pkgver=0.22.1
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/jupyterlab/jupyterlab"
license=(custom)
depends=(jupyter-notebook)
source=($pkgname-$pkgver::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz")
-sha256sums=('4d95b6ef7383e747a1c24cf417c8397916ec4c44e11d371fb55b8441355fb8f7')
+sha256sums=('8bded13ecc5732b8da1d3195be28acd09b9fe3db32fff8449d3de53adeb3c7a9')
build() {
cd $pkgname-$pkgver