summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-08-03 18:31:31 +0200
committerMichel Zou2018-08-03 18:31:31 +0200
commit2f323dc4ef92f4b7c217d17581ea72625dd50ead (patch)
tree4ab92635652fca02a17680fd89dea36d26fcd415 /PKGBUILD
parent7be72e7e245122204a1a27cc62790755e85fa5b8 (diff)
downloadaur-2f323dc4ef92f4b7c217d17581ea72625dd50ead.tar.gz
0.33.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b80928311704..cf6d9e2a59a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=jupyterlab
-pkgver=0.33.4
+pkgver=0.33.6
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=('dff335537b66ec04b6e759a6d5d9801c211a6701ab1ef03466186ae4b0d993ef')
+sha256sums=('c7eea3699d2f740ae5d32304e80aaaac20bca5add680251cd6756c4029d8f9e3')
build() {
cd $pkgname-$pkgver