summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-08-29 20:20:54 +0200
committerMichel Zou2018-08-29 20:20:54 +0200
commit19f65846ae8ed81dbd30cdce4bed12859a7c29e8 (patch)
tree13a09a0b7b3e817898a8a715fa4e1593b2d4dc73
parent2b25c12f8cf24daf3616d5ba8c37731f486c90de (diff)
downloadaur-19f65846ae8ed81dbd30cdce4bed12859a7c29e8.tar.gz
0.34.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8944e83ccc6..6fd34dc644fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 0.33.6
+ pkgver = 0.34.5
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.6.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.33.6.tar.gz
- sha256sums = c7eea3699d2f740ae5d32304e80aaaac20bca5add680251cd6756c4029d8f9e3
+ source = jupyterlab-0.34.5.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.34.5.tar.gz
+ sha256sums = eead942e944cd4c6c1c60982f23772b6e6f62f7390c3bc46af4d68d94101405a
pkgname = jupyterlab
diff --git a/PKGBUILD b/PKGBUILD
index cb324be2c033..5083443ba221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=jupyterlab
-pkgver=0.33.6
+pkgver=0.34.5
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=('c7eea3699d2f740ae5d32304e80aaaac20bca5add680251cd6756c4029d8f9e3')
+sha256sums=('eead942e944cd4c6c1c60982f23772b6e6f62f7390c3bc46af4d68d94101405a')
build() {
cd $pkgname-$pkgver