summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Bundy2018-08-21 21:59:02 -0700
committerChristian Bundy2018-08-21 21:59:02 -0700
commitfba7146404b1da16a1da34952730e9b74027aac2 (patch)
treed569076aac5bfbd7309859c17ba62e61aeefcd6c
parent27c71b7cf004045ef080ee7153e9bf412ea71c0e (diff)
downloadaur-fba7146404b1da16a1da34952730e9b74027aac2.tar.gz
Remove scuttle-invite workaround and rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbd6f52aead1..3e768545bef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = patchbay-git
pkgdesc = An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork
- pkgver = 7.13.1.r227.fa8ed71
+ pkgver = 7.14.0.r38.af7e412
pkgrel = 1
url = https://github.com/ssbc/patchbay
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8258c4594bf2..83f0e63c1764 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Bundy <christianbundy@fraction.io>
pkgname=patchbay-git
-pkgver=7.13.1.r227.fa8ed71
-pkgrel=2
+pkgver=7.14.0.r38.af7e412
+pkgrel=1
pkgdesc="An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork "
arch=('i686' 'x86_64')
url="https://github.com/ssbc/patchbay"
@@ -30,11 +30,7 @@ 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
}
package() {