summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-08-02 12:15:07 +0200
committerDaniel Peukert2021-08-02 12:15:07 +0200
commit0cfaa2de568a0bf2a9fc2b96b9547b479ae81ecb (patch)
tree8a9f72615273c421a23a6919c10add26142b8d30
parentb2c185011593df0c80d0f91b6d27e1c1ace7c5d7 (diff)
downloadaur-0cfaa2de568a0bf2a9fc2b96b9547b479ae81ecb.tar.gz
Set a minimum version for node.js dep of ferdi
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44ac4cc92a70..bfd580ae0250 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = ferdi-git
arch = aarch64
license = Apache
makedepends = git
- makedepends = nodejs
+ makedepends = nodejs>=14.0.0
makedepends = npm6
makedepends = python
makedepends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 9e1e20c63ed5..0d5330c52aa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://get$_pkgname.com"
license=('Apache')
depends=('electron' 'libxkbfile')
-makedepends=('git' 'nodejs' 'npm6' 'python' 'python2')
+makedepends=('git' 'nodejs>=14.0.0' 'npm6' 'python' 'python2')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=(