summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Bundy2018-07-24 19:38:58 -0700
committerChristian Bundy2018-07-24 19:38:58 -0700
commit7fdfa3eb80f9c866064c2fa431f1ec83036de0c4 (patch)
tree20d750cce40d7ac63458a50cfac5917f67f510c0
parent69ed3a238ffbdc7d3a037b9c7c17191a313f1d93 (diff)
downloadaur-7fdfa3eb80f9c866064c2fa431f1ec83036de0c4.tar.gz
Rebuild Node modules to match Electron's Node version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9957622360d..193f51a8bd0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ssb-patchwork-git
pkgdesc = A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)
pkgver = 3.10.1.r2.gf6309ea8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ssbc/patchwork
arch = i686
arch = x86_64
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() {