summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c99797e4428..ceed24493db0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = beekeeper-studio
license = GPL3
makedepends = git
makedepends = libxcrypt-compat
+ makedepends = nodejs>=16.0.0
makedepends = nodejs<19.0.0
makedepends = npm
makedepends = python
diff --git a/PKGBUILD b/PKGBUILD
index 398914cdec04..fe9dac38543d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/$pkgname/$pkgname"
license=('GPL3')
_electronpkg='electron13'
depends=("$_electronpkg")
-makedepends=('git' 'libxcrypt-compat' 'nodejs<19.0.0' 'npm' 'python' 'yarn')
+makedepends=('git' 'libxcrypt-compat' 'nodejs>=16.0.0' 'nodejs<19.0.0' 'npm' 'python' 'yarn')
source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz"
'electron-builder-config.diff'