summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-06-18 23:13:39 +0200
committerMichel Zou2018-06-18 23:13:39 +0200
commit5139eb5589922850905609fe55915bdf7836c6b3 (patch)
treea6c9b7d7dbd981b01d738f41d99b7a368e11e310 /PKGBUILD
parentfada40eb6900cb2e1cf94ddaeffd4cbe78c03135 (diff)
downloadaur-5139eb5589922850905609fe55915bdf7836c6b3.tar.gz
jupyterlab_launcher>=0.10.0,<0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e5e3133332b..d1569b5d13fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=jupyterlab
pkgver=0.32.1
-pkgrel=1
+pkgrel=2
pkgdesc="JupyterLab computational environment"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab"
@@ -11,6 +11,7 @@ sha256sums=('727b8e0ff922fdf25f3392478d6da8718f5202638a134d8447975cd5078b4d3d')
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
}