[arch-commits] Commit in wire-desktop/trunk (PKGBUILD)
Maxim Baz
maximbaz at archlinux.org
Tue Dec 8 10:37:13 UTC 2020
Date: Tuesday, December 8, 2020 @ 10:37:10
Author: maximbaz
Revision: 771766
wire-desktop: electron10 rebuild
Modified:
wire-desktop/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-08 10:27:39 UTC (rev 771765)
+++ PKGBUILD 2020-12-08 10:37:10 UTC (rev 771766)
@@ -3,12 +3,12 @@
pkgname=wire-desktop
pkgver=3.21.2936
-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=('electron10' '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}" "\$@"
+electron10 "/usr/lib/${pkgname}" "\$@"
EOF
}
More information about the arch-commits
mailing list