Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
FS#72359 Workaround for broken sqlcipher loading
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@1030539 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
ArchangeGabriel authored and svntogit committed Oct 16, 2021
1 parent d9bef07 commit 03e9706
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions trunk/PKGBUILD
Expand Up @@ -7,7 +7,7 @@ _electron=electron13
pkgbase=element.io
pkgname=(element-web element-desktop)
pkgver=1.9.2
pkgrel=1
pkgrel=2
pkgdesc="Glossy Matrix collaboration client — "
arch=(x86_64)
url="https://element.io"
Expand All @@ -27,7 +27,7 @@ sha256sums=('737581d7c93e7c4bee21824d339bd9aa818a19a3a127ed5636fd78bc48678123'
'SKIP'
'aaae4ffa41590361dac0c159aecc1166f69e459e89faa9d5cab1202f0277e06f'
'0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'
'c1bd9ace215e3ec9af14d7f28b163fc8c8b42e23a2cf04ce6f4ce2fcc465feba')
'4c931121009985e7d3f73928c9db88508eedd974a7741e635bb290e3a2cd75db')
validpgpkeys=(712BFBEE92DCA45252DB17D7C7BE97EFA179B100) # Element Releases <releases@riot.im>

prepare() {
Expand Down
2 changes: 1 addition & 1 deletion trunk/element-desktop.sh
@@ -1,3 +1,3 @@
#!/bin/sh

exec @ELECTRON@ /usr/lib/element/app.asar --disable-dev-mode "$@"
LD_PRELOAD=/usr/lib/libsqlcipher.so exec @ELECTRON@ /usr/lib/element/app.asar --disable-dev-mode "$@"

0 comments on commit 03e9706

Please sign in to comment.