summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-07-27 18:37:20 +0200
committerMichel Zou2018-07-27 18:37:20 +0200
commit910f519cd60c680545987312d1073dcb568a80c1 (patch)
tree6e74f9c184b7a6f0ce7cf001f7129190f1196d40
parent5139eb5589922850905609fe55915bdf7836c6b3 (diff)
downloadaur-910f519cd60c680545987312d1073dcb568a80c1.tar.gz
0.33.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e80f3a0a2242..1fe70d231bf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Mon Jun 18 21:13:39 UTC 2018
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 0.32.1
- pkgrel = 2
+ pkgver = 0.33.0
+ pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
license = custom
depends = jupyterlab_launcher
- source = jupyterlab-0.32.1.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.32.1.tar.gz
- sha256sums = 727b8e0ff922fdf25f3392478d6da8718f5202638a134d8447975cd5078b4d3d
+ source = jupyterlab-0.33.0.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.33.0.tar.gz
+ sha256sums = 5f7a1e67892db43e9b7b44793da9a12822d966446a8bfeb02328d02cfb07ec8a
pkgname = jupyterlab
diff --git a/PKGBUILD b/PKGBUILD
index d1569b5d13fb..7a0d04881bf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=jupyterlab
-pkgver=0.32.1
-pkgrel=2
+pkgver=0.33.0
+pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
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=('727b8e0ff922fdf25f3392478d6da8718f5202638a134d8447975cd5078b4d3d')
+sha256sums=('5f7a1e67892db43e9b7b44793da9a12822d966446a8bfeb02328d02cfb07ec8a')
build() {
cd $pkgname-$pkgver