[arch-commits] Commit in riot/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed May 29 16:18:28 UTC 2019
Date: Wednesday, May 29, 2019 @ 16:18:27
Author: archange
Revision: 474367
Electron 5.x rebuild (again...)
Modified:
riot/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-29 15:42:16 UTC (rev 474366)
+++ PKGBUILD 2019-05-29 16:18:27 UTC (rev 474367)
@@ -4,7 +4,7 @@
pkgbase=riot
pkgname=('riot-desktop' 'riot-web')
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
arch=(any)
url="https://riot.im"
@@ -14,16 +14,19 @@
source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
"${pkgbase}.desktop"
- "${pkgbase}-desktop.sh")
+ "${pkgbase}-desktop.sh"
+ riot-electron5.patch::'https://gist.githubusercontent.com/dbkr/e898624be6d53590ebf494521d868fec/raw/e179d672f5e12fdd5ac9a9376928362b7b8735af/electron5.patch')
sha256sums=('d587237af8b7d253f49655f7a756f7879f66ce2b7532bb9246a4176e7eedd369'
'SKIP'
'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
- '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
+ '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7'
+ '82dd23b76a7887cb4f309955f76e7e0aafd780f9c7f20427d7d5028fff59aeda')
validpgpkeys=(A878CDF66CF4A9B4807CEBE574692659BDA3D940) # Riot Releases <releases at riot.im>
prepare() {
cd ${pkgbase}-web-${pkgver}
sed -i 's at https://riot.im/download/desktop/update/@null at g' electron_app/riot.im/config.json
+ patch -p1 -i ../riot-electron5.patch
}
build() {
More information about the arch-commits
mailing list