summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Baz2019-03-29 17:34:08 +0100
committerMaxim Baz2019-03-29 17:34:08 +0100
commitdba3e47a2a7b166e3605dc6c559f429f3bb44813 (patch)
tree16ab45315dfa067419cc37a658f5adfb4c497bb5
parentfa511d5d693b1e4d7500b530af28e75778de8f39 (diff)
downloadaur-dba3e47a2a7b166e3605dc6c559f429f3bb44813.tar.gz
wire-desktop-beta: 3.8.2894
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb68aab3031c..2ad99fac152b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wire-desktop-beta
pkgdesc = End-to-end encrypted messenger with file sharing, voice calls and video conferences
- pkgver = 3.7.2891
+ pkgver = 3.8.2894
pkgrel = 1
url = https://wire.com/
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = wire-desktop-beta
depends = electron
depends = xdg-utils
optdepends = emoji-font: colorful emoji
- source = wire-desktop-beta-3.7.2891.tar.gz::https://github.com/wireapp/wire-desktop/archive/linux/3.7.2891.tar.gz
- source = wire-desktop-beta-3.7.2891.tar.gz.sig::https://github.com/wireapp/wire-desktop/releases/download/linux%2F3.7.2891/wire-desktop-linux-3.7.2891.tar.gz.sig
+ source = wire-desktop-beta-3.8.2894.tar.gz::https://github.com/wireapp/wire-desktop/archive/linux/3.8.2894.tar.gz
+ source = wire-desktop-beta-3.8.2894.tar.gz.sig::https://github.com/wireapp/wire-desktop/releases/download/linux%2F3.8.2894/wire-desktop-linux-3.8.2894.tar.gz.sig
source = wire-desktop-beta.desktop
validpgpkeys = ABBA007D6E14E2DB5B283C45D599C1AA126762B1
- sha256sums = 162ebb6c8642edfd74fc02b494dbea912b727fadc91db93c137ee35e0e81dba5
+ sha256sums = 3def5aa10578bc8be33505377a16c9485e5d31aa370ee1d7eb39a9c78dc33e3d
sha256sums = SKIP
sha256sums = 35e522978ac21f7aa2f67faa712037d8999482eed1b88953dbea5420a9b13196
diff --git a/PKGBUILD b/PKGBUILD
index 3c4693d443f2..9d6e484d1cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wire-desktop-beta
_pkgname=${pkgname%-beta}
-pkgver=3.7.2891
+pkgver=3.8.2894
pkgrel=1
pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and video conferences'
arch=('x86_64')
@@ -15,15 +15,12 @@ optdepends=('emoji-font: colorful emoji')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${_pkgname}/archive/linux/${pkgver}.tar.gz"
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${_pkgname}/releases/download/linux%2F${pkgver}/${_pkgname}-linux-${pkgver}.tar.gz.sig"
"${pkgname}.desktop")
-sha256sums=('162ebb6c8642edfd74fc02b494dbea912b727fadc91db93c137ee35e0e81dba5'
+sha256sums=('3def5aa10578bc8be33505377a16c9485e5d31aa370ee1d7eb39a9c78dc33e3d'
'SKIP'
'35e522978ac21f7aa2f67faa712037d8999482eed1b88953dbea5420a9b13196')
validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
prepare() {
- # Remove "node-addressbook" dependency as it's only for macOS
- sed -i '/node-addressbook/d' "${_pkgname}-linux-${pkgver}/electron/package.json"
-
# Create launcher script
cat << EOF > "${pkgname}"
#!/usr/bin/env sh