summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Bundy2018-08-10 17:44:23 -0700
committerChristian Bundy2018-08-10 17:44:23 -0700
commitb6dd5afc56cb9836cb9c162be0e3235092f2afff (patch)
treee0b6b71cdebe1887e8b39d9060fa11001755f7b1
parent20d0caeb7e3592b87dc588be80f016452f684d2f (diff)
downloadaur-b6dd5afc56cb9836cb9c162be0e3235092f2afff.tar.gz
Fix Node 10 compatibility problem
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17031ba1149d..cbd6f52aead1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = patchbay-git
pkgdesc = An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork
- pkgver = 7.13.1.r201.7e29e0b
- pkgrel = 2
+ pkgver = 7.13.1.r227.fa8ed71
+ pkgrel = 1
url = https://github.com/ssbc/patchbay
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9bffa169a9b9..8258c4594bf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Christian Bundy <christianbundy@fraction.io>
pkgname=patchbay-git
-pkgver=7.13.1.r201.7e29e0b
+pkgver=7.13.1.r227.fa8ed71
pkgrel=2
pkgdesc="An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork "
arch=('i686' 'x86_64')
@@ -30,6 +30,9 @@ pkgver() {
build() {
cd "${srcdir}/${_srcname}"
+
+ # https://github.com/ssbc/patchbay/issues/224
+ npm install --save "git+https://github.com/christianbundy/scuttle-invite.git#c4eb0b4a956927109eb176769570647fcc2d42b3"
npm ci --only=production
npm run rebuild
}