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 68623cce1752..8ae52bafdf91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = teams-for-linux
arch = i686
arch = x86_64
license = GPL3
+ makedepends = nodejs>=14
makedepends = node-gyp
makedepends = python2
makedepends = yarn
diff --git a/PKGBUILD b/PKGBUILD
index 215b3504ecd3..28f57651aa1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("aarch64" "armv7h" "i686" "x86_64")
url="https://github.com/IsmaelMartinez/${pkgname}"
license=("GPL3")
depends=("gtk3" "libxss" "nss")
-makedepends=("node-gyp" "python2" "yarn")
+makedepends=("nodejs>=14" "node-gyp" "python2" "yarn")
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/IsmaelMartinez/${pkgname}/archive/v${pkgver}.tar.gz"
"${pkgname}.desktop"