[arch-commits] Commit in matrix-appservice-irc/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Mar 14 13:52:17 UTC 2020
Date: Saturday, March 14, 2020 @ 13:52:16
Author: dvzrv
Revision: 596967
upgpkg: matrix-appservice-irc 0.16.0-4: Switching to python-yaml in optdepends, as it's actually python-pyyaml.
Modified:
matrix-appservice-irc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 13:51:46 UTC (rev 596966)
+++ PKGBUILD 2020-03-14 13:52:16 UTC (rev 596967)
@@ -3,7 +3,7 @@
pkgname=matrix-appservice-irc
pkgver=0.16.0
-pkgrel=3
+pkgrel=4
pkgdesc="Node.js IRC bridge for Matrix"
arch=('x86_64')
url="https://github.com/matrix-org/matrix-appservice-irc"
@@ -12,7 +12,7 @@
makedepends=('git' 'npm' 'python')
optdepends=('python-urllib3: for grant-ops-in-room.py, migrate-users.py, remove-idle-users.py and remove-user.py'
'python-requests: for grant-ops-in-room.py, migrate-users.py, remove-idle-users.py and remove-user.py'
- 'python-pyaml: for grant-ops-in-room.py, migrate-users.py and remove-user.py')
+ 'python-yaml: for grant-ops-in-room.py, migrate-users.py and remove-user.py')
source=("https://github.com/matrix-org/matrix-appservice-irc/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.service"
"${pkgname}.sysusers"
More information about the arch-commits
mailing list