summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-09-27 19:23:28 +0200
committerMichel Zou2018-09-27 19:23:28 +0200
commit0ccc9f8c43c3a1ac68c331f3b81a76f9f8ed7357 (patch)
tree2a843d0d995784fc7a717a0aed3b24a33dd60b4c /PKGBUILD
parent8d3d7556150259a4bd98328e0108b28d2f45fbc3 (diff)
downloadaur-0ccc9f8c43c3a1ac68c331f3b81a76f9f8ed7357.tar.gz
0.34.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cf464471e28..6027f228c8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=jupyterlab
-pkgver=0.34.10
+pkgver=0.34.12
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=('214d909dca98df69baac50bcbbd3491beb4bc4e7bc0aec5a1f36d3a5716e710c')
+sha256sums=('6b2fee04fa8852acf7d2cf20100b4cac4afc50dbaaa92ebb44acf79c353a2bfd')
build() {
cd $pkgname-$pkgver