summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efcbfff398ad..367b60153516 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = ssb-patchwork
arch = i686
arch = x86_64
license = AGPL3
+ makedepends = nodejs-lts-carbon
+ makedepends = npm
depends = libxtst
depends = libxext
depends = libxkbfile
@@ -13,8 +15,6 @@ pkgbase = ssb-patchwork
depends = libsodium
depends = libxss
depends = gtk2
- depends = nodejs-lts-carbon
- depends = npm
depends = alsa-lib
depends = nss
options = !strip
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"