[arch-commits] Commit in wire-desktop/trunk (PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Mon Jun 28 16:29:36 UTC 2021


    Date: Monday, June 28, 2021 @ 16:29:36
  Author: maximbaz
Revision: 967712

upgpkg: wire-desktop 3.26.2941-1

Modified:
  wire-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-28 16:08:40 UTC (rev 967711)
+++ PKGBUILD	2021-06-28 16:29:36 UTC (rev 967712)
@@ -2,19 +2,19 @@
 # Contributor: Conor Anderson <conor at conr.ca>
 
 pkgname=wire-desktop
-pkgver=3.25.2940
+pkgver=3.26.2941
 pkgrel=1
 pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and video conferences'
 arch=('any')
 url='https://wire.com/'
 license=('GPL3')
-depends=('electron10' 'xdg-utils')
+depends=('electron11' 'xdg-utils')
 makedepends=('git' 'npm' 'yarn')
 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=('b76fd7f4fcaaf26bec61ad1cf8639b4a88aa55b7d371654a9b28ed6decf1bb8b'
+sha256sums=('ef8181684414e59740d444a3dbb2d364069fd9033d41da7e0c9ee5a41703c825'
             'SKIP'
             '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787')
 validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1')
@@ -24,7 +24,7 @@
     cat << EOF > "${pkgname}"
 #!/usr/bin/env sh
 
-electron10 "/usr/lib/${pkgname}" "\$@"
+electron11 "/usr/lib/${pkgname}" "\$@"
 EOF
 }
 




More information about the arch-commits mailing list