summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-08-02 22:29:36 +0200
committerMichel Zou2018-08-02 22:29:36 +0200
commit7be72e7e245122204a1a27cc62790755e85fa5b8 (patch)
tree991f620158e12bee2c4f5aa5b4da5bb9bcb9d40a /PKGBUILD
parentcc99e56357362be65b6cc7f16a6bc9785cdd0f4f (diff)
downloadaur-7be72e7e245122204a1a27cc62790755e85fa5b8.tar.gz
0.33.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62db94bcfbe9..b80928311704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=jupyterlab
-pkgver=0.33.0
+pkgver=0.33.4
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
@@ -8,11 +8,10 @@ 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=('5f7a1e67892db43e9b7b44793da9a12822d966446a8bfeb02328d02cfb07ec8a')
+sha256sums=('dff335537b66ec04b6e759a6d5d9801c211a6701ab1ef03466186ae4b0d993ef')
build() {
cd $pkgname-$pkgver
- sed -i "s|jupyterlab_launcher>=0.10.0,<0.11.0|jupyterlab_launcher>=0.10.0|g" setup.py
python setup.py build
}