Date: Thursday, April 7, 2022 @ 09:15:46 Author: diabonas Revision: 1182777
python-matrix-nio: remove spurious space character from PKGBUILD Modified: python-matrix-nio/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-07 09:15:09 UTC (rev 1182776) +++ PKGBUILD 2022-04-07 09:15:46 UTC (rev 1182777) @@ -8,7 +8,7 @@ url='https://github.com/poljar/matrix-nio' license=('ISC') depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-aiohttp-socks' 'python-future' 'python-h11' - 'python-h2' 'python-jsonschema' 'python-logbook' 'python-pycryptodome' 'python-unpaddedbase64') + 'python-h2' 'python-jsonschema' 'python-logbook' 'python-pycryptodome' 'python-unpaddedbase64') makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core') checkdepends=('python-aioresponses' 'python-atomicwrites' 'python-cachetools' 'python-faker' 'python-hpack' 'python-hyperframe' 'python-hypothesis' 'python-olm' 'python-peewee' 'python-pytest'
