summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d49c98ba3afc..9e014bb26763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=ssb-patchwork
_upstream=patchwork
-pkgver=3.11.3
-pkgrel=2
+pkgver=3.11.4
+pkgrel=1
pkgdesc="A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)"
arch=('i686' 'x86_64')
url="https://github.com/ssbc/patchwork"
@@ -19,7 +19,7 @@ source=(
)
sha512sums=(
-'09b9bb41e6b8fdd987051727225c9d24acae03f4e284b5495e7f3d85c69011d13f892f253bf8dad05f8c35edbcba3ae809931f74a5cf4d540d7b5604026d27bd'
+'19a0a73b059bed3ff57c10067455bcfd357fa4e56e763814650b7b2cd22f1992d53e9cade5a61ceb03bbbc031c436d7f307038aab0d1f6e7160c5e461709a47d'
'0df1ea65d60742d82ef04bea84376380cad03d3cd4ffb326374578f9f9954ad326b19fc81162ae838c10ae45acdd236c37731b68ca535cbbe7ddf4b69266c33c'
'09292ec2f7c02d741cbeb046bd99293f4d144314d0233252dd34a619e1aacbbbf28078677c0871d367240e29aa50d9197bbe0a35e5b14f7ff9a6288c386124f6'
)
@@ -28,9 +28,9 @@ sha512sums=(
build() {
cd "${srcdir}/${_upstream}-${pkgver}"
- # somehow `npm ci` isn't installing all deps for 3.11.3
- rm -rf node_modules
- npm install --only=production
+ npm ci --only=production
+ # rm -rf node_modules
+ # npm install --only=production
}
package() {