Date: Saturday, December 24, 2022 @ 15:49:48 Author: maximbaz Revision: 1365394
upgpkg: wire-desktop 3.30.3018-2 Modified: wire-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-24 15:01:33 UTC (rev 1365393) +++ PKGBUILD 2022-12-24 15:49:48 UTC (rev 1365394) @@ -1,14 +1,15 @@ # Maintainer: Maxim Baz <archlinux at maximbaz dot com> # Contributor: Conor Anderson <[email protected]> +_electron=electron20 pkgname=wire-desktop pkgver=3.30.3018 -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=("${_electron}" 'xdg-utils') makedepends=('git' 'npm' 'yarn' 'nodejs-lts-gallium') optdepends=('emoji-font: colorful emoji') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wireapp/${pkgname}/archive/linux/${pkgver}.tar.gz" @@ -24,7 +25,7 @@ cat << EOF > "${pkgname}" #!/usr/bin/env sh -electron20 "/usr/lib/${pkgname}" "\$@" +${_electron} "/usr/lib/${pkgname}" "\$@" EOF }
