summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2017-05-24 20:12:24 +0000
committerAntonio Rojas2017-05-24 20:12:24 +0000
commit546ae3d0cb24eda560a561d7077731d3bd621342 (patch)
treeaad43f0168bca2160ad8e70d7c6c3426514eef6f /PKGBUILD
parent107836ee3b6be96933f233bbc6a12ec470cc7c7c (diff)
downloadaur-546ae3d0cb24eda560a561d7077731d3bd621342.tar.gz
Update to 0.22.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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