[arch-commits] Commit in riot/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Thu May 7 19:55:19 UTC 2020


    Date: Thursday, May 7, 2020 @ 19:55:18
  Author: archange
Revision: 625486

Tighten dependency to make it more obvious when people only upgrade one of the two components

Modified:
  riot/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 19:07:52 UTC (rev 625485)
+++ PKGBUILD	2020-05-07 19:55:18 UTC (rev 625486)
@@ -6,7 +6,7 @@
 pkgbase=riot
 pkgname=(riot-web riot-desktop)
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=(x86_64)
 url="https://riot.im"
@@ -64,7 +64,7 @@
 
 package_riot-desktop() {
   pkgdesc="Glossy Matrix collaboration client for the desktop."
-  depends=(riot-web electron sqlcipher)
+  depends=("riot-web=${pkgver}" electron sqlcipher)
   backup=('etc/riot/config.json')
 
   cd ${pkgbase}-desktop-${pkgver}



More information about the arch-commits mailing list