summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Bundy2019-03-17 11:15:59 -0700
committerChristian Bundy2019-03-17 11:15:59 -0700
commit72717dc9969ac51860d3b7cda754e88cc4640013 (patch)
tree6a011a735eb501d5711f0ad867556a7a32f9c410
parentc9a26c5d71ab64c43f111c9f8b0d4a166190b8a3 (diff)
downloadaur-72717dc9969ac51860d3b7cda754e88cc4640013.tar.gz
Release 3.11.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f376e812ac8..bee7bddb318a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ssb-patchwork
pkgdesc = A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)
- pkgver = 3.11.4
- pkgrel = 3
+ pkgver = 3.11.5
+ pkgrel = 1
url = https://github.com/ssbc/patchwork
arch = i686
arch = x86_64
@@ -19,10 +19,10 @@ pkgbase = ssb-patchwork
depends = nss
depends = electron2
options = !strip
- source = https://github.com/ssbc/patchwork/archive/v3.11.4.tar.gz
+ source = https://github.com/ssbc/patchwork/archive/v3.11.5.tar.gz
source = run.sh
source = ssb-patchwork.desktop
- sha512sums = 19a0a73b059bed3ff57c10067455bcfd357fa4e56e763814650b7b2cd22f1992d53e9cade5a61ceb03bbbc031c436d7f307038aab0d1f6e7160c5e461709a47d
+ sha512sums = 2b412ff3639db2e2511ba2d9db17c7bea27735d90bc07fec4c509e40f164cee6cecce214f1c7f958617cae6b00bbc41c550c560b2921c48104f8fd23f38563ec
sha512sums = 582a74d9581c382745b33903f60e40c1fba97a1ff253560fd609ccd133f6074b7827561b559402274e879296b24aad73e2f3f5b9c7f25142e1885de919a2e8b7
sha512sums = 09292ec2f7c02d741cbeb046bd99293f4d144314d0233252dd34a619e1aacbbbf28078677c0871d367240e29aa50d9197bbe0a35e5b14f7ff9a6288c386124f6
diff --git a/PKGBUILD b/PKGBUILD
index 0fc4afd3fe11..97e976035c40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=ssb-patchwork
_upstream=patchwork
-pkgver=3.11.4
-pkgrel=3
+pkgver=3.11.5
+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=(
-'19a0a73b059bed3ff57c10067455bcfd357fa4e56e763814650b7b2cd22f1992d53e9cade5a61ceb03bbbc031c436d7f307038aab0d1f6e7160c5e461709a47d'
+'2b412ff3639db2e2511ba2d9db17c7bea27735d90bc07fec4c509e40f164cee6cecce214f1c7f958617cae6b00bbc41c550c560b2921c48104f8fd23f38563ec'
'582a74d9581c382745b33903f60e40c1fba97a1ff253560fd609ccd133f6074b7827561b559402274e879296b24aad73e2f3f5b9c7f25142e1885de919a2e8b7'
'09292ec2f7c02d741cbeb046bd99293f4d144314d0233252dd34a619e1aacbbbf28078677c0871d367240e29aa50d9197bbe0a35e5b14f7ff9a6288c386124f6'
)
@@ -38,6 +38,7 @@ build() {
export npm_config_runtime=electron
npm install --only=production --ignore-scripts
+ npm rebuild
}
package() {