summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fe70d231bf8..4023d2d48cfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = jupyterlab
url = https://github.com/jupyterlab/jupyterlab
arch = any
license = custom
+ makedepends = python-setuptools
+ makedepends = nodejs
depends = jupyterlab_launcher
source = jupyterlab-0.33.0.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.33.0.tar.gz
sha256sums = 5f7a1e67892db43e9b7b44793da9a12822d966446a8bfeb02328d02cfb07ec8a
diff --git a/PKGBUILD b/PKGBUILD
index 7a0d04881bf1..62db94bcfbe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,8 @@ pkgdesc="JupyterLab computational environment"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab"
license=(custom)
-depends=(jupyterlab_launcher)
+makedepends=('python-setuptools' 'nodejs')
+depends=('jupyterlab_launcher')
source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz")
sha256sums=('5f7a1e67892db43e9b7b44793da9a12822d966446a8bfeb02328d02cfb07ec8a')