diff options
author | evgfilim1 | 2020-11-18 20:23:34 +0500 |
---|---|---|
committer | evgfilim1 | 2020-11-18 20:23:34 +0500 |
commit | f9fa49826ffc02048a1a36423a11fec2c6c56318 (patch) | |
tree | f1ebbd619f8b99e5a7799e1b3a7645b96f2d3b47 /.SRCINFO | |
parent | 16f0372de7783419f914b6d2d2c6d8cb0f4d9c18 (diff) | |
download | aur-f9fa49826ffc02048a1a36423a11fec2c6c56318.tar.gz |
Updated to version 1:13.0.r24, add missing deps
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ pkgbase = python-telegram-bot-git pkgdesc = A Python wrapper around the Telegram Bot API - pkgver = 12.5.r0.90729c21 + pkgver = 13.0.r24.425716f9 pkgrel = 1 epoch = 1 url = https://github.com/python-telegram-bot/python-telegram-bot @@ -14,6 +14,8 @@ pkgbase = python-telegram-bot-git depends = python-tornado>=5.1 depends = python-cryptography depends = python-decorator>=4.4.0 + depends = python-apscheduler=3.6.3 + depends = python-pytz>=2018.6 optdepends = python-pysocks: SOCKS or HTTP proxy optdepends = python-ujson: Ultra fast JSON parsing provides = python-telegram-bot |