[arch-commits] Commit in riot/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed May 29 15:42:04 UTC 2019
Date: Wednesday, May 29, 2019 @ 15:42:03
Author: archange
Revision: 474365
upgpkg: riot 1.2.0-1
Modified:
riot/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-29 15:20:47 UTC (rev 474364)
+++ PKGBUILD 2019-05-29 15:42:03 UTC (rev 474365)
@@ -3,8 +3,8 @@
pkgbase=riot
pkgname=('riot-desktop' 'riot-web')
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
arch=(any)
url="https://riot.im"
@@ -14,19 +14,16 @@
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"
- riot-electron5.patch::'https://gist.githubusercontent.com/dbkr/e898624be6d53590ebf494521d868fec/raw/e179d672f5e12fdd5ac9a9376928362b7b8735af/electron5.patch')
-sha256sums=('8cd6499201d5c7a083c7b9687c787e31525430d5d561a2d6515bc4842b765209'
+ "${pkgbase}-desktop.sh")
+sha256sums=('d587237af8b7d253f49655f7a756f7879f66ce2b7532bb9246a4176e7eedd369'
'SKIP'
'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
- '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7'
- '82dd23b76a7887cb4f309955f76e7e0aafd780f9c7f20427d7d5028fff59aeda')
+ '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
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