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

Jonas Witschel diabonas at archlinux.org
Thu Feb 25 09:21:45 UTC 2021


    Date: Thursday, February 25, 2021 @ 09:21:45
  Author: diabonas
Revision: 873322

weechat-matrix: add missing dependencies on python and python-setuptools

Modified:
  weechat-matrix/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 09:21:04 UTC (rev 873321)
+++ PKGBUILD	2021-02-25 09:21:45 UTC (rev 873322)
@@ -1,15 +1,15 @@
 # Maintainer: Jonas Witschel <diabonas at archlinux.org>
 pkgname=weechat-matrix
 pkgver=0.2.0
-_tag=16d8e979166aec92cb55cd7e946e84606fffa8f4 # git show-ref "$pkgver"
+_tag=16d8e979166aec92cb55cd7e946e84606fffa8f4 # git rev-parse "$pkgver"
 pkgrel=3
-pkgdesc='Weechat Matrix protocol script written in Python'
+pkgdesc='WeeChat Matrix protocol script written in Python'
 arch=('any')
 url='https://github.com/poljar/weechat-matrix'
 license=('ISC')
-depends=('python-atomicwrites' 'python-attrs' 'python-future' 'python-logbook' 'python-matrix-nio'
-         'python-pygments' 'python-pyopenssl' 'python-webcolors')
-makedepends=('git' 'python-dephell')
+depends=('python' 'python-atomicwrites' 'python-attrs' 'python-future' 'python-logbook'
+         'python-matrix-nio' 'python-pygments' 'python-pyopenssl' 'python-webcolors' 'weechat')
+makedepends=('git' 'python-dephell' 'python-setuptools')
 checkdepends=('python-hypothesis' 'python-pytest')
 optdepends=('python-aiohttp: matrix_sso_helper support'
             'python-magic: matrix_upload support'



More information about the arch-commits mailing list