summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {