summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Bundy2018-07-24 19:38:58 -0700
committerChristian Bundy2018-07-24 19:38:58 -0700
commit7fdfa3eb80f9c866064c2fa431f1ec83036de0c4 (patch)
tree20d750cce40d7ac63458a50cfac5917f67f510c0 /PKGBUILD
parent69ed3a238ffbdc7d3a037b9c7c17191a313f1d93 (diff)
downloadaur-7fdfa3eb80f9c866064c2fa431f1ec83036de0c4.tar.gz
Rebuild Node modules to match Electron's Node version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64b87057b2b9..bd74f5bf0f79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=ssb-patchwork-git
_srcname=patchwork
_aurname=ssb-patchwork
pkgver=3.10.1.r2.gf6309ea8
-pkgrel=1
+pkgrel=2
pkgdesc="A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)"
arch=('i686' 'x86_64')
url="https://github.com/ssbc/patchwork"
@@ -37,6 +37,7 @@ pkgver() {
build() {
cd "${srcdir}/${_srcname}"
npm ci
+ npm run rebuild
}
package() {