summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Bundy2018-05-06 16:33:17 -0700
committerChristian Bundy2018-05-06 16:33:17 -0700
commit5ffc6b90e0291b6b0a40a5eddd62b359d5c02460 (patch)
tree050cb69686a07edd563ef201e48404ef004eb6bd /PKGBUILD
parent228e40dc54a739f76bc6faf8eae9648038fa7ca2 (diff)
downloadaur-5ffc6b90e0291b6b0a40a5eddd62b359d5c02460.tar.gz
Move `nodejs-lts-carbon` and `npm` to `makedepends`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be1cbcb74724..d5611489f21f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ 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-lts-carbon' 'npm' 'alsa-lib' 'nss')
+depends=('libxtst' 'libxext' 'libxkbfile' 'gconf' 'libsodium' 'libxss' 'gtk2' 'alsa-lib' 'nss')
+makedepends=('nodejs-lts-carbon' 'npm')
options=(!strip)
source=(
"https://github.com/ssbc/${_upstream}/archive/v${pkgver}.tar.gz"