summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a28fb94b5683..7b8d9e3d1a42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Mar 23 18:22:12 UTC 2018
+# Sun Apr 22 12:27:03 UTC 2018
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 0.31.12
+ pkgver = 0.32.0
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
license = custom
depends = jupyterlab_launcher
- source = jupyterlab-0.31.12.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.31.12.tar.gz
- sha256sums = cc42993203d318e76af28759cb84dc9ce96aa779bca4e2059d0e841e25ea861d
+ source = jupyterlab-0.32.0.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.32.0.tar.gz
+ sha256sums = dd628ff07883906b08b12e77cd6fd2f6c819e889c2111941f27d6084dd2f7e5b
pkgname = jupyterlab
diff --git a/PKGBUILD b/PKGBUILD
index 22d58cebc902..3238b8d9ca17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=jupyterlab
-pkgver=0.31.12
+pkgver=0.32.0
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
@@ -7,7 +7,7 @@ url="https://github.com/jupyterlab/jupyterlab"
license=(custom)
depends=(jupyterlab_launcher)
source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz")
-sha256sums=('cc42993203d318e76af28759cb84dc9ce96aa779bca4e2059d0e841e25ea861d')
+sha256sums=('dd628ff07883906b08b12e77cd6fd2f6c819e889c2111941f27d6084dd2f7e5b')
build() {
cd $pkgname-$pkgver