summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Bundy2018-08-21 21:59:02 -0700
committerChristian Bundy2018-08-21 21:59:02 -0700
commitfba7146404b1da16a1da34952730e9b74027aac2 (patch)
treed569076aac5bfbd7309859c17ba62e61aeefcd6c /PKGBUILD
parent27c71b7cf004045ef080ee7153e9bf412ea71c0e (diff)
downloadaur-patchbay-git.tar.gz
Remove scuttle-invite workaround and rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
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() {