summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-08-02 17:57:18 +0200
committerMichel Zou2018-08-02 17:57:18 +0200
commitcc99e56357362be65b6cc7f16a6bc9785cdd0f4f (patch)
tree8288ee9778584eb34c491a859ec42296bd2304cd /PKGBUILD
parent910f519cd60c680545987312d1073dcb568a80c1 (diff)
downloadaur-cc99e56357362be65b6cc7f16a6bc9785cdd0f4f.tar.gz
nodejs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')