summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-08-03 18:31:31 +0200
committerMichel Zou2018-08-03 18:31:31 +0200
commit2f323dc4ef92f4b7c217d17581ea72625dd50ead (patch)
tree4ab92635652fca02a17680fd89dea36d26fcd415
parent7be72e7e245122204a1a27cc62790755e85fa5b8 (diff)
downloadaur-2f323dc4ef92f4b7c217d17581ea72625dd50ead.tar.gz
0.33.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3edd1cc36f7a..d8944e83ccc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 0.33.4
+ pkgver = 0.33.6
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.33.4.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.33.4.tar.gz
- sha256sums = dff335537b66ec04b6e759a6d5d9801c211a6701ab1ef03466186ae4b0d993ef
+ source = jupyterlab-0.33.6.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.33.6.tar.gz
+ sha256sums = c7eea3699d2f740ae5d32304e80aaaac20bca5add680251cd6756c4029d8f9e3
pkgname = jupyterlab
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