Date: Thursday, October 29, 2020 @ 13:53:31 Author: maximbaz Revision: 736512
upgpkg: wire-desktop 3.21.2936-1 Modified: wire-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-29 13:53:13 UTC (rev 736511) +++ PKGBUILD 2020-10-29 13:53:31 UTC (rev 736512) @@ -2,19 +2,19 @@ # Contributor: Conor Anderson <[email protected]> pkgname=wire-desktop -pkgver=3.20.2934 +pkgver=3.21.2936 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=('electron9' 'xdg-utils') +depends=('electron' '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}-${pkgver}.tar.gz.sig::https://github.com/wireapp/${pkgname}/releases/download/linux%2F${pkgver}/${pkgver}.tar.gz.sig" "${pkgname}.desktop") -sha256sums=('e48b52a1c56e21414e75f007b1d949c752843c549f598bb86eb029d056f55c84' +sha256sums=('6130441f156207af0ad0b4a8b2e40de9c1ec2736c86407c26d3893e4019ef8b5' 'SKIP' '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787') validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1') @@ -24,7 +24,7 @@ cat << EOF > "${pkgname}" #!/usr/bin/env sh -electron9 "/usr/lib/${pkgname}" "\$@" +electron "/usr/lib/${pkgname}" "\$@" EOF }
