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

Jonas Witschel diabonas at gemini.archlinux.org
Tue Apr 5 13:44:12 UTC 2022


    Date: Tuesday, April 5, 2022 @ 13:44:11
  Author: diabonas
Revision: 1181445

upgpkg: weechat-matrix 0.3.0-8: add optdepends of python-matrix-nio for e2e

weechat-matrix depends on matrix-nio[e2e]. Since python-matrix-nio version
0.19.0-4 the e2e dependencies are optional, so they need to be added as
mandatory dependencies to weechat-matrix instead.

Modified:
  weechat-matrix/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-05 13:41:07 UTC (rev 1181444)
+++ PKGBUILD	2022-04-05 13:44:11 UTC (rev 1181445)
@@ -2,13 +2,13 @@
 pkgname=weechat-matrix
 pkgver=0.3.0
 _tag=ebf792a233a50d639b13e5f7c9a1c1fe988e7476 # git rev-parse "$pkgver"
-pkgrel=7
+pkgrel=8
 pkgdesc='WeeChat Matrix protocol script written in Python'
 arch=('any')
 url='https://github.com/poljar/weechat-matrix'
 license=('ISC')
-depends=('python' 'python-atomicwrites' 'python-attrs' 'python-logbook' 'python-matrix-nio'
-         'python-pygments' 'python-pyopenssl' 'python-webcolors' 'weechat')
+depends=('python' 'python-atomicwrites' 'python-attrs' 'python-cachetools' 'python-logbook' 'python-matrix-nio'
+         'python-olm' 'python-peewee' 'python-pygments' 'python-pyopenssl' 'python-webcolors' 'weechat')
 makedepends=('git' 'python-build' 'python-installer' 'python-poetry')
 checkdepends=('python-hypothesis' 'python-pytest')
 optdepends=('python-aiohttp: matrix_sso_helper support'



More information about the arch-commits mailing list