summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Brueckner2023-04-14 09:27:37 +0200
committerTilo Brueckner2023-04-14 09:27:37 +0200
commitb004137ee355746c3ac55123e1b81590ac3ef4e6 (patch)
tree903f98c715f66e0ecc081d9cfe41015fa5dbbab2
parenteb30ab7b18a88149f3961a81c8ae6659d4b6069b (diff)
downloadaur-b004137ee355746c3ac55123e1b81590ac3ef4e6.tar.gz
Fix python-mautrix 0.19.10
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD16
2 files changed, 29 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5484f8705d6c..6725d7b4098e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.2
-# Sun Feb 26 15:49:10 UTC 2023
+# Fri Apr 14 07:16:37 UTC 2023
pkgbase = matrix-appservice-telegram
pkgdesc = A Matrix-Telegram hybrid puppeting/relaybot bridge.
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mautrix/telegram
install = mautrix-telegram.install
arch = any
@@ -13,7 +13,7 @@ pkgbase = matrix-appservice-telegram
makedepends = python-setuptools
depends = python
depends = python-telethon-session-sqlalchemy<0.3
- depends = python-telethon-tulir-git
+ depends = python-telethon-tulir-git>=v1.28.0a9
depends = python-ruamel-yaml
depends = python-commonmark
depends = python-mautrix>=0.19.0
@@ -37,10 +37,22 @@ pkgbase = matrix-appservice-telegram
backup = etc/mautrix-telegram/config.yaml
backup = etc/mautrix-telegram/registration.yaml
source = matrix-appservice-telegram-0.13.0.tar.gz::https://github.com/mautrix/telegram/archive/v0.13.0.tar.gz
+ source = Update_Telethon_to_fix_handling_logouts_and_other_update_loop_errors.patch::https://github.com/mautrix/telegram/commit/1fed2201db3306f58d38914dbe009b75c6adb5f8.patch
+ source = Update_Telethon.patch::https://github.com/mautrix/telegram/commit/6eda8bd1658c88cc1a6074933631c0a99a4b7c35.patch
+ source = Update_Telethon2.patch::https://github.com/mautrix/telegram/commit/e39d4972fb658aad9bb46a712b9b3587255246b7.patch
+ source = Update_mautrix-python.patch::https://github.com/mautrix/telegram/commit/60981386ec0fef38f710fce3ce471161c09ce27c.patch
+ source = Update_mautrix-python2.patch::https://github.com/mautrix/telegram/commit/f189dc8c88175cfe357a594062de80a4a195283a.patch
+ source = Add_options_to_automatically_delete_ratchet_megolm_sessions.patch::https://github.com/mautrix/telegram/commit/40c584b121869b6e4170eb29fcef33a29e77d87c.patch
source = mautrix-telegram.service
source = mautrix-telegram.sysusers
source = mautrix-telegram.tmpfiles
sha256sums = e0848c5042f6cdf3609c31e940503a1e9b3e6510ff327393dfca3b894c4b9caa
+ sha256sums = f50578c92558d73f289a9cfdec2d86fcd994341ff219cd40001db167a0a3ab52
+ sha256sums = 79b8f70f0f8b9140cb4237a49fe17d8a739d3f3b6b936054cf326932d7128fd0
+ sha256sums = 38e0fb609a9e61a1c027795702a9c68743a92e3edd7d0536cac7f23b2e9c1712
+ sha256sums = c604454484738485e6deead289bdb0559b3c34226b60af7d964fb92404ae66b2
+ sha256sums = 1514365ebcc43cb9c42f4a7f8acc7a2ef2ec02ececc3d6db9fe3b507fd0620ce
+ sha256sums = 75acad6c2ccb2c34886813a537c3c5528527290d22affb4f7ef048d6fe601a67
sha256sums = c0777f141137117d06a2bf3d27072080fdce556ac6c45855a671236b20fdaea7
sha256sums = e069958db276309d00864ee3dded5700b78806c82663346aa2ef6878e2c0566b
sha256sums = edbde9814355756b624fdc58326a5830f82156802166a9f6001b67cf21d5f6f8
diff --git a/PKGBUILD b/PKGBUILD
index 516ce6d40c20..d10958a7c2c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=matrix-appservice-telegram
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Matrix-Telegram hybrid puppeting/relaybot bridge."
url="https://github.com/mautrix/telegram"
-depends=('python' 'python-telethon-session-sqlalchemy<0.3' 'python-telethon-tulir-git' 'python-ruamel-yaml' 'python-commonmark' 'python-mautrix>=0.19.0' 'python-mautrix<0.20' 'python-aiohttp' 'python-magic')
+depends=('python' 'python-telethon-session-sqlalchemy<0.3' 'python-telethon-tulir-git>=v1.28.0a9' 'python-ruamel-yaml' 'python-commonmark' 'python-mautrix>=0.19.0' 'python-mautrix<0.20' 'python-aiohttp' 'python-magic')
makedepends=('python' 'python-pip' 'python-setuptools')
optdepends=('python-cryptg: Uses native code for Telegram crypto stuff instead of pure Python'
'python-cchardet: For faster encoding detection'
@@ -28,10 +28,22 @@ arch=('any')
backup=('etc/mautrix-telegram/config.yaml'
'etc/mautrix-telegram/registration.yaml')
source=("${pkgname}-${pkgver/_rc/-rc}.tar.gz"::"https://github.com/mautrix/telegram/archive/v${pkgver/_rc/-rc}.tar.gz"
+ 'Update_Telethon_to_fix_handling_logouts_and_other_update_loop_errors.patch'::'https://github.com/mautrix/telegram/commit/1fed2201db3306f58d38914dbe009b75c6adb5f8.patch'
+ 'Update_Telethon.patch'::'https://github.com/mautrix/telegram/commit/6eda8bd1658c88cc1a6074933631c0a99a4b7c35.patch'
+ 'Update_Telethon2.patch'::'https://github.com/mautrix/telegram/commit/e39d4972fb658aad9bb46a712b9b3587255246b7.patch'
+ 'Update_mautrix-python.patch'::'https://github.com/mautrix/telegram/commit/60981386ec0fef38f710fce3ce471161c09ce27c.patch'
+ 'Update_mautrix-python2.patch'::'https://github.com/mautrix/telegram/commit/f189dc8c88175cfe357a594062de80a4a195283a.patch'
+ 'Add_options_to_automatically_delete_ratchet_megolm_sessions.patch'::'https://github.com/mautrix/telegram/commit/40c584b121869b6e4170eb29fcef33a29e77d87c.patch'
'mautrix-telegram.service'
'mautrix-telegram.sysusers'
'mautrix-telegram.tmpfiles')
sha256sums=('e0848c5042f6cdf3609c31e940503a1e9b3e6510ff327393dfca3b894c4b9caa'
+ 'f50578c92558d73f289a9cfdec2d86fcd994341ff219cd40001db167a0a3ab52'
+ '79b8f70f0f8b9140cb4237a49fe17d8a739d3f3b6b936054cf326932d7128fd0'
+ '38e0fb609a9e61a1c027795702a9c68743a92e3edd7d0536cac7f23b2e9c1712'
+ 'c604454484738485e6deead289bdb0559b3c34226b60af7d964fb92404ae66b2'
+ '1514365ebcc43cb9c42f4a7f8acc7a2ef2ec02ececc3d6db9fe3b507fd0620ce'
+ '75acad6c2ccb2c34886813a537c3c5528527290d22affb4f7ef048d6fe601a67'
'c0777f141137117d06a2bf3d27072080fdce556ac6c45855a671236b20fdaea7'
'e069958db276309d00864ee3dded5700b78806c82663346aa2ef6878e2c0566b'
'edbde9814355756b624fdc58326a5830f82156802166a9f6001b67cf21d5f6f8')