summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Lucas2019-11-23 22:13:53 -0500
committerJean Lucas2019-11-23 22:14:09 -0500
commit9a430ecc28a917d707a8599749e31a15cb091079 (patch)
treeb3e1d9e625be8ddd1db355ca53b688981a4bb151 /PKGBUILD
parent9385357c6f617f84fdc0be1aecf20bd4db7af62e (diff)
downloadaur-9a430ecc28a917d707a8599749e31a15cb091079.tar.gz
Require at least upstream-defined Node version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88d4cc4a5c38..39a37a5ab736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=signal-desktop
_pkgname=Signal-Desktop
pkgver=1.28.0
-pkgrel=2
+pkgrel=3
pkgdesc='Electron application that links with Signal on mobile'
arch=(x86_64)
url=https://signal.org
@@ -13,7 +13,7 @@ makedepends=(
yarn
git
python2
- nodejs
+ 'nodejs>=12.4.0'
npm
python
)