diff options
author | Christian Bundy | 2018-11-10 07:23:38 -0800 |
---|---|---|
committer | Christian Bundy | 2018-11-10 07:23:38 -0800 |
commit | 7de029217f374a9375e32645fe6af71c50946df7 (patch) | |
tree | 1619bbe266e161a4531e78421e82050694d3cb66 /PKGBUILD | |
parent | 713fc3a0392974c7962333f5f0c0388d17c61209 (diff) | |
download | aur-7de029217f374a9375e32645fe6af71c50946df7.tar.gz |
Release 3.11.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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() { |