[arch-commits] Commit in riot/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Fri May 31 14:04:40 UTC 2019
Date: Friday, May 31, 2019 @ 14:04:39
Author: archange
Revision: 475933
Electron 5.x rebuild
Modified:
riot/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-31 13:56:26 UTC (rev 475932)
+++ PKGBUILD 2019-05-31 14:04:39 UTC (rev 475933)
@@ -4,7 +4,7 @@
pkgbase=riot
pkgname=('riot-desktop' 'riot-web')
pkgver=1.2.1
-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=('7519083fcf579bf79bd5e0e5665bad43b89432a215f677fa00d8a115a34fdf08'
'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