[arch-commits] Commit in element.io/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu Aug 27 11:01:39 UTC 2020


    Date: Thursday, August 27, 2020 @ 11:01:39
  Author: archange
Revision: 689263

Fix seshat with electron 10

Modified:
  element.io/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 10:20:42 UTC (rev 689262)
+++ PKGBUILD	2020-08-27 11:01:39 UTC (rev 689263)
@@ -6,7 +6,7 @@
 pkgbase=element.io
 pkgname=(element-web element-desktop)
 pkgver=1.7.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Glossy Matrix collaboration client — "
 arch=(x86_64)
 url="https://element.io"
@@ -34,6 +34,7 @@
   yarn install
 
   cd ../element-desktop-${pkgver}
+  sed -i 's|"electronVersion": ".*"|"electronVersion": "10.0.0"|g' package.json
   sed -i 's@"https://packages.riot.im/desktop/update/"@null at g' element.io/release/config.json
   yarn install
 }



More information about the arch-commits mailing list