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 4e6f6b18e77d..afc752aaf28e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = ferdi
arch = aarch64
license = Apache
makedepends = git
+ makedepends = nodejs-lts-fermium
makedepends = npm6
makedepends = python
makedepends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 3f6640f0922c..825e758afa61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://get$pkgname.com"
license=('Apache')
depends=('electron8-bin' 'libxkbfile')
-makedepends=('git' 'npm6' 'python' 'python2')
+makedepends=('git' 'nodejs-lts-fermium' 'npm6' 'python' 'python2')
source=(
"$pkgname-$pkgver-$pkgrel.tar.gz::https://github.com/get$pkgname/$pkgname/archive/v$pkgver.tar.gz"
"$pkgname-$pkgver-$pkgrel-recipes.tar.gz::https://github.com/get$pkgname/recipes/archive/$_recipescommit.tar.gz"