summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Bundy2018-04-29 16:37:20 -0700
committerChristian Bundy2018-04-29 16:45:38 -0700
commit19d43de8ad46398786142efc071cd80c762cf4fd (patch)
tree688bd94112e92c406e05d62e75097d194b535cfb /PKGBUILD
parente85aaf3700e9629466f879b884bb8e1a6cfc578d (diff)
downloadaur-19d43de8ad46398786142efc071cd80c762cf4fd.tar.gz
Use Node.js LTS (Carbon, 8.11.1)
This replaces the out-of-date AUR dependency with an intentionally compatible version hosted as an official Arch package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 995a02d8a5a0..128f77f76b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="A decentralized messaging and sharing app built on top of Secure Scuttl
arch=('i686' 'x86_64')
url="https://github.com/ssbc/patchwork"
license=('AGPL3')
-depends=('libxtst' 'libxext' 'libxkbfile' 'gconf' 'libsodium' 'libxss' 'gtk2' 'nodejs-latest-bin=9.11.0' 'alsa-lib' 'nss')
+depends=('libxtst' 'libxext' 'libxkbfile' 'gconf' 'libsodium' 'libxss' 'gtk2' 'nodejs-lts-carbon' 'npm' 'alsa-lib' 'nss')
options=(!strip)
source=(
"https://github.com/ssbc/${_upstream}/archive/v${pkgver}.tar.gz"