Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / wire-desktop
Commits: d665b5af by Carl Smedstad at 2024-11-15T08:56:22+01:00 upgpkg: 3.36.3579-1: Upstream release https://github.com/wireapp/wire-desktop/releases/tag/linux%2F3.36.3579 - - - - - 4 changed files: - .SRCINFO - PKGBUILD - wire-desktop.install - wire-desktop.sh Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = wire-desktop pkgdesc = End-to-end encrypted messenger with file sharing, voice calls and video conferences - pkgver = 3.36.3462 + pkgver = 3.36.3579 pkgrel = 1 url = https://wire.com/ install = wire-desktop.install @@ -13,14 +13,14 @@ pkgbase = wire-desktop depends = hicolor-icon-theme depends = org.freedesktop.secrets optdepends = emoji-font: colorful emoji - source = wire-desktop-3.36.3462.tar.gz::https://github.com/wireapp/wire-desktop/archive/linux/3.36.3462.tar.gz - source = wire-desktop-3.36.3462.tar.gz.sig::https://github.com/wireapp/wire-desktop/releases/download/linux%2F3.36.3462/3.36.3462.tar.gz.sig + source = wire-desktop-3.36.3579.tar.gz::https://github.com/wireapp/wire-desktop/archive/linux/3.36.3579.tar.gz + source = wire-desktop-3.36.3579.tar.gz.sig::https://github.com/wireapp/wire-desktop/releases/download/linux%2F3.36.3579/3.36.3579.tar.gz.sig source = wire-desktop.desktop source = wire-desktop.sh validpgpkeys = ABBA007D6E14E2DB5B283C45D599C1AA126762B1 - sha256sums = d96d5512072f21652fa973a1558677ab716a256160adac40c1e7d3a0d3f0c455 + sha256sums = 42f0265fc0c2693040012ca0c945f19e7983c3411741ec877acdc7fe3c1ee10e sha256sums = SKIP sha256sums = 53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787 - sha256sums = 39133f29fd442da4d71e7b16d832b616da080ad1740c680a964db8521fd5a624 + sha256sums = e443d426819fb647b7fb4a2db36e3f03589c990bd443a0d3d0ff05e5485ea39e pkgname = wire-desktop ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Conor Anderson <[email protected]> pkgname=wire-desktop -pkgver=3.36.3462 +pkgver=3.36.3579 pkgrel=1 pkgdesc="End-to-end encrypted messenger with file sharing, voice calls and video conferences" arch=(any) @@ -28,10 +28,10 @@ source=( "$pkgname.desktop" "$pkgname.sh" ) -sha256sums=('d96d5512072f21652fa973a1558677ab716a256160adac40c1e7d3a0d3f0c455' +sha256sums=('42f0265fc0c2693040012ca0c945f19e7983c3411741ec877acdc7fe3c1ee10e' 'SKIP' '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787' - '39133f29fd442da4d71e7b16d832b616da080ad1740c680a964db8521fd5a624') + 'e443d426819fb647b7fb4a2db36e3f03589c990bd443a0d3d0ff05e5485ea39e') validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1') # Wire Releases Signing Key <[email protected]> prepare() { ===================================== wire-desktop.install ===================================== @@ -1,6 +1,6 @@ _notice() { echo "==> Wire Desktop defaults to using gnome-keyring for secret storage." - echo " To change this to, e.g. to kwallet, set the environment variable" + echo " To change this, e.g. to kwallet, set the environment variable" echo " WIRE_PASSWORD_STORE. For possible options, see:" echo " https://www.electronjs.org/docs/latest/api/safe-storage#safestoragegetselectedstoragebackend-linux" } ===================================== wire-desktop.sh ===================================== @@ -1,7 +1,7 @@ #!/bin/sh -eu # Secret storage defaults to gnome-keyring, but can be changed by setting -# the WIRE_PASSWORD_STORE environment variable. For possible options, see: +# the environment variable WIRE_PASSWORD_STORE. For possible options, see: # https://www.electronjs.org/docs/latest/api/safe-storage#safestoragegetselectedstoragebackend-linux export NODE_ENV=production exec electron@_electronver@ /usr/lib/wire-desktop/app.asar \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wire-desktop/-/commit/d665b5af7d61016a4bbf5a9937f6b3e8eef823a9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wire-desktop/-/commit/d665b5af7d61016a4bbf5a9937f6b3e8eef823a9 You're receiving this email because of your account on gitlab.archlinux.org.
