summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-18 14:25:33 -0500
committerCarlos Aznarán Laos2023-08-18 14:25:33 -0500
commit2483de421ee30ad6bd99ebadee1a0b974b06d7e1 (patch)
tree25b87de939c1262c0313daec6016071dcb284bc8 /PKGBUILD
parent22dec212133536fbbd1de49e9550a33f4d157603 (diff)
downloadaur-2483de421ee30ad6bd99ebadee1a0b974b06d7e1.tar.gz
Add missing makedependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59fc110db705..a571c978aae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
url="https://github.com/pyviz/${_base}"
license=('custom:BSD-3-clause')
depends=(python-param jupyterlab)
-makedepends=(python-build python-installer python-hatchling python-wheel)
+makedepends=(python-build python-installer python-hatch-nodejs-version python-hatch-jupyter-builder python-wheel)
source=(https://pypi.org/packages/source/${_base::1}/${_base}/${_base}-${pkgver}.tar.gz)
sha512sums=('4c17e05efb7680e5f4d2d1430b4d1a1834c19f29affe029e25c0cb3891bc94b177b1437625626d577cee893b62e95b885700b7645b7e44d01348e28f4a871ed5')