summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoretckeeper2022-04-18 01:47:56 +0200
committeretckeeper2022-04-18 01:47:56 +0200
commit6f007b913fec39d31aa80d60ca0dd5b4d224b70a (patch)
tree5ca2acfdf4c1aac6b6040a6dfee232f86614cf55 /PKGBUILD
parent009c0b0328647eb58452743722a86e3464cc929c (diff)
downloadaur-6f007b913fec39d31aa80d60ca0dd5b4d224b70a.tar.gz
switched to pinned tulir-telethon library
removed obsolete python-telethon-sqlalchemy dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bc2398fecc8..a5c05336b9b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: BrainDamage
pkgname=mautrix-telegram
pkgver=0.11.3
-pkgrel=2
+pkgrel=3
pkgdesc="A Matrix-Telegram hybrid puppeting/relaybot bridge."
url="https://github.com/tulir/mautrix-telegram"
depends=('python' 'python-asyncpg' 'python-ruamel-yaml'
'python-magic-ahupp' 'python-commonmark' 'python-aiohttp' 'python-yarl'
'python-mautrix>=0.16.0' 'python-mautrix<0.17'
- 'python-telethon-tulir-git' 'python-telethon-session-sqlalchemy'
+ 'python-tulir-telethon=1.25.0a7'
'python-mako')
makedepends=('python-setuptools' 'python-pytest-runner')
optdepends=('python-cryptg: faster encryption'