summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2021-03-11 11:13:45 -0500
committerMatthew McGinn2021-03-11 11:13:45 -0500
commit1acee2fdeccdc0fbe9f6ea1b99cdd39358be0019 (patch)
tree2f3216d78927b0a6151c41633068bef5b3fb9392
parent086495e8b74c6f3110ed3267ee73bf4d0ce2456b (diff)
downloadaur-1acee2fdeccdc0fbe9f6ea1b99cdd39358be0019.tar.gz
npm 7 not yet supported
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7722004db45d..7bcaa4946359 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = balena-cli
url = https://balena.io/
arch = x86_64
license = APACHE
- makedepends = npm
+ makedepends = npm<7.0.0
makedepends = python2
makedepends = jq
makedepends = coffeescript
diff --git a/PKGBUILD b/PKGBUILD
index 333fefcf2497..c24f33f5f1b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://balena.io/'
_github_url="https://github.com/balena-io/balena-cli"
license=('APACHE')
depends=('nodejs>=10.20.0' 'nodejs<14.0.0' 'gawk' 'sed' 'make')
-makedepends=('npm' 'python2' 'jq' 'coffeescript' 'git' 'node-gyp')
+makedepends=('npm<7.0.0' 'python2' 'jq' 'coffeescript' 'git' 'node-gyp')
optdepends=('python2: balena preload'
'openssh: balena ssh'
'linux-aufs: balena preload/build/deploy --build'