Date: Friday, August 21, 2020 @ 14:40:59 Author: diabonas Revision: 686069
upgpkg: python-matrix-nio 0.15.0-1: upstream release Modified: python-matrix-nio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-21 14:33:03 UTC (rev 686068) +++ PKGBUILD 2020-08-21 14:40:59 UTC (rev 686069) @@ -1,13 +1,13 @@ # Maintainer: Jonas Witschel <[email protected]> pkgname=python-matrix-nio -pkgver=0.14.1 -_tag=9d4496f86ee46915ee040018f49a8279de09b8b4 # git rev-parse "$pkgver" +pkgver=0.15.0 +_tag=22e8bf7ad32ac4408ac9e649e6ae98ebac02b463 # git rev-parse "$pkgver" pkgrel=1 pkgdesc='Python Matrix client library, designed according to sans I/O principles' arch=('any') url='https://github.com/poljar/matrix-nio' license=('ISC') -depends=('python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 'python-cachetools' +depends=('python' 'python-aiofiles' 'python-aiohttp' 'python-atomicwrites' 'python-cachetools' 'python-future' 'python-h11' 'python-h2' 'python-jsonschema' 'python-logbook' 'python-olm' 'python-peewee' 'python-pycryptodome' 'python-unpaddedbase64') makedepends=('git')
