Skip to content

Commit

Permalink
element-desktop: update to 1.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Jul 13, 2022
1 parent 6469062 commit 2c93ce2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 190 deletions.
2 changes: 1 addition & 1 deletion srcpkgs/element-desktop/files/element-desktop
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec electron13 /usr/lib/element-desktop/resources/app.asar "$@"
exec electron19 /usr/lib/element-desktop/resources/app.asar "$@"

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 deletions srcpkgs/element-desktop/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'element-desktop'
pkgname=element-desktop
version=1.10.14
version=1.11.0
revision=1
create_wrksrc=yes
conf_files="/etc/${pkgname}/config.json"
Expand All @@ -9,7 +9,7 @@ hostmakedepends="git yarn nodejs rust cargo python3 curl
app-builder jq moreutils"
makedepends="libsecret-devel"
depends="c-ares ffmpeg gtk+3 http-parser libevent
libxslt minizip nss re2 snappy sqlcipher electron13"
libxslt minizip nss re2 snappy sqlcipher electron19"
short_desc="Glossy Matrix collaboration client, desktop version"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="Apache-2.0"
Expand All @@ -18,8 +18,8 @@ _ghpage="https://github.com/vector-im"
_archive="archive/v${version}.tar.gz"
distfiles="${_ghpage}/element-desktop/${_archive}>element-desktop.tar.gz
${_ghpage}/element-web/${_archive}>element-web.tar.gz"
checksum="4e590e765944701b9884ea493ba482272f61fb0dd1c877fc59db6c460c1a2e10
57d4730d6ced050199966db34bd56da89d2dbbfd52bd90546c300549601b7b31"
checksum="1a098b81ee4dcd2053d9fe19c37813721e7e49e53d300fb8463498fe48192105
73d248b8d7b53d05c4a4297de125d1f350f2ddfa17b428e0aa4ed46ede5031e2"

export USE_SYSTEM_APP_BUILDER=true

Expand Down

0 comments on commit 2c93ce2

Please sign in to comment.