[arch-commits] Commit in riot/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Fri May 31 13:56:13 UTC 2019
Date: Friday, May 31, 2019 @ 13:56:13
Author: archange
Revision: 475931
upgpkg: riot 1.2.1-1
Modified:
riot/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-31 13:09:47 UTC (rev 475930)
+++ PKGBUILD 2019-05-31 13:56:13 UTC (rev 475931)
@@ -3,8 +3,8 @@
pkgbase=riot
pkgname=('riot-desktop' 'riot-web')
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+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=('d587237af8b7d253f49655f7a756f7879f66ce2b7532bb9246a4176e7eedd369'
+ "${pkgbase}-desktop.sh")
+sha256sums=('7519083fcf579bf79bd5e0e5665bad43b89432a215f677fa00d8a115a34fdf08'
'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