Date: Tuesday, January 7, 2020 @ 20:27:51 Author: maximbaz Revision: 550083
upgpkg: wire-desktop 3.12.2916-1 Modified: wire-desktop/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-07 20:19:06 UTC (rev 550082) +++ PKGBUILD 2020-01-07 20:27:51 UTC (rev 550083) @@ -2,19 +2,19 @@ # Contributor: Conor Anderson <[email protected]> pkgname=wire-desktop -pkgver=3.11.2912 +pkgver=3.12.2916 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=('electron4' 'xdg-utils') +depends=('electron6' '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=('d0d92c37702af7f9e5e671575f0356feb5f4d823a8f818679a4d3b5fdd447033' +sha256sums=('2957063edf3784c4c456fe19ef32cfa106ebe3c7b8d211e11702f32ae66b8a3c' 'SKIP' '53f37e99d4c2f41a3e31fd70154d82ba06a4af578c68df86af4906f7f37ec787') validpgpkeys=('ABBA007D6E14E2DB5B283C45D599C1AA126762B1') @@ -24,14 +24,17 @@ cat << EOF > "${pkgname}" #!/usr/bin/env sh -electron4 "/usr/lib/${pkgname}" "\$@" +electron6 "/usr/lib/${pkgname}" "\$@" EOF } build() { cd "${pkgname}-linux-${pkgver}" + + git init + git -c user.name='FIXME' -c user.email='FIXME' commit --allow-empty -m "FIXME" + yarn - sed -i '/Promise.all/d' node_modules/@wireapp/build-tools/dist/cli/build-linux-cli.js BUILD_NUMBER="${pkgver##*.}" LINUX_TARGET=dir ENABLE_ASAR=false yarn build:linux }
