summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-11-10 18:50:46 +0100
committerDaniel Peukert2021-11-10 18:50:46 +0100
commitc154d864e4f7f0459d2c3e20d905c11a706fc51a (patch)
tree9fcd558bf6a9780fdc04ac8e616c3e3fac977a9d /PKGBUILD
parent59125fcd2c45e659c6a61c0dc70b9bd62659a015 (diff)
downloadaur-c154d864e4f7f0459d2c3e20d905c11a706fc51a.tar.gz
Add minimum node dep version to mongodb-compass
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e814a2dc302..e5254fd7dcf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://www.mongodb.com/products/compass'
license=('custom:SSPL')
_electronpkg='electron13'
depends=("$_electronpkg" 'krb5' 'libsecret' 'lsb-release')
-makedepends=('git' 'nodejs' 'npm>=7.0.0' 'python' 'unzip')
+makedepends=('git' 'nodejs>=14.0.0' 'npm>=7.0.0' 'python' 'unzip')
optdepends=('org.freedesktop.secrets')
source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/mongodb-js/compass/archive/v$_pkgver.tar.gz"