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

Maxim Baz maximbaz at archlinux.org
Mon Oct 5 08:30:54 UTC 2020


    Date: Monday, October 5, 2020 @ 08:30:53
  Author: maximbaz
Revision: 718740

wire-desktop: rebuild against electron9

Modified:
  wire-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-05 08:18:51 UTC (rev 718739)
+++ PKGBUILD	2020-10-05 08:30:53 UTC (rev 718740)
@@ -3,12 +3,12 @@
 
 pkgname=wire-desktop
 pkgver=3.19.2928
-pkgrel=1
+pkgrel=2
 pkgdesc='End-to-end encrypted messenger with file sharing, voice calls and video conferences'
 arch=('any')
 url='https://wire.com/'
 license=('GPL3')
-depends=('electron' 'xdg-utils')
+depends=('electron9' '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"
@@ -24,7 +24,7 @@
     cat << EOF > "${pkgname}"
 #!/usr/bin/env sh
 
-electron "/usr/lib/${pkgname}" "\$@"
+electron9 "/usr/lib/${pkgname}" "\$@"
 EOF
 }
 



More information about the arch-commits mailing list