summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 768eff3aacf8..b4b8c2a117ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = python-trame-matplotlib
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
- makedepends = nodejs-lts-hydrogen
+ makedepends = nodejs
makedepends = npm
depends = python-trame-client
depends = python-mpld3
diff --git a/PKGBUILD b/PKGBUILD
index 2ff138552aec..f671c392c4d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/Kitware/${_base}"
license=(BSD-3-Clause)
depends=(python-trame-client python-mpld3)
-makedepends=(python-build python-installer python-setuptools python-wheel nodejs-lts-hydrogen npm)
+makedepends=(python-build python-installer python-setuptools python-wheel nodejs npm)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('5c13e528d1fef2494c4bd479c642b6f61dbdd0d3347591cd43a2100aaf573382fdb01f3e271c035286e6fe24eec34f31679c390d74db1158d2dcbaf6b4669dc6')