summarylogtreecommitdiffstats
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
parent22dec212133536fbbd1de49e9550a33f4d157603 (diff)
downloadaur-2483de421ee30ad6bd99ebadee1a0b974b06d7e1.tar.gz
Add missing makedependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df23cbb4b07a..48aef5e15d69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = python-pyviz_comms
license = custom:BSD-3-clause
makedepends = python-build
makedepends = python-installer
- makedepends = python-hatchling
+ makedepends = python-hatch-nodejs-version
+ makedepends = python-hatch-jupyter-builder
makedepends = python-wheel
depends = python-param
depends = jupyterlab
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')