[arch-commits] Commit in element.io/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Mon Jun 13 18:48:53 UTC 2022
Date: Monday, June 13, 2022 @ 18:48:52
Author: archange
Revision: 1237794
upgpkg: element.io 1.10.14-1
Upstream now defaults to linking dynamically again, but allows overriding for static.
Modified:
element.io/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-13 17:55:53 UTC (rev 1237793)
+++ PKGBUILD 2022-06-13 18:48:52 UTC (rev 1237794)
@@ -6,7 +6,7 @@
_electron=electron17
pkgbase=element.io
pkgname=(element-web element-desktop)
-pkgver=1.10.13
+pkgver=1.10.14
pkgrel=1
pkgdesc="Glossy Matrix collaboration client — "
arch=(x86_64)
@@ -21,9 +21,9 @@
autolaunch.patch
io.element.Element.desktop
element-desktop.sh)
-sha256sums=('438d0796479c38e91cac1879d3325a60803aac4623f1993bce27be641f187ec7'
+sha256sums=('57d4730d6ced050199966db34bd56da89d2dbbfd52bd90546c300549601b7b31'
'SKIP'
- 'ee8eca00ec59913141bab33e03cde99483142840db4923d9ecf4265289dca384'
+ '4e590e765944701b9884ea493ba482272f61fb0dd1c877fc59db6c460c1a2e10'
'SKIP'
'aaae4ffa41590361dac0c159aecc1166f69e459e89faa9d5cab1202f0277e06f'
'0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'
@@ -49,6 +49,7 @@
VERSION=${pkgver} yarn build --offline
cd ../element-desktop-${pkgver}
+ export SQLCIPHER_STATIC=1
yarn run build:native
yarn run build
}
More information about the arch-commits
mailing list