summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Brueckner2023-05-26 22:21:41 +0200
committerTilo Brueckner2023-05-26 22:21:41 +0200
commit5fb3f581daf3883c911983baf30628c747dc3c53 (patch)
tree71e2f9ec9ba92d8df6929cd24ac608f38148d843
parentb004137ee355746c3ac55123e1b81590ac3ef4e6 (diff)
downloadaur-5fb3f581daf3883c911983baf30628c747dc3c53.tar.gz
Update to version 0.14.0
-rw-r--r--.SRCINFO29
-rw-r--r--PKGBUILD24
2 files changed, 17 insertions, 36 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6725d7b4098e..ef5f3094de98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.2
-# Fri Apr 14 07:16:37 UTC 2023
+# Fri May 26 20:18:56 UTC 2023
pkgbase = matrix-appservice-telegram
pkgdesc = A Matrix-Telegram hybrid puppeting/relaybot bridge.
- pkgver = 0.13.0
- pkgrel = 2
+ pkgver = 0.14.0
+ pkgrel = 1
url = https://github.com/mautrix/telegram
install = mautrix-telegram.install
arch = any
@@ -16,12 +16,13 @@ pkgbase = matrix-appservice-telegram
depends = python-telethon-tulir-git>=v1.28.0a9
depends = python-ruamel-yaml
depends = python-commonmark
- depends = python-mautrix>=0.19.0
+ depends = python-mautrix>=0.19.14
depends = python-mautrix<0.20
depends = python-aiohttp
depends = python-magic
+ depends = python-yarl
+ depends = python-mako
optdepends = python-cryptg: Uses native code for Telegram crypto stuff instead of pure Python
- optdepends = python-cchardet: For faster encoding detection
optdepends = python-aiodns: For asyncronous DNS requests
optdepends = python-pillow: WebP <-> PNG conversion for stickers
optdepends = python-qrcode: Login with QR code
@@ -34,25 +35,15 @@ pkgbase = matrix-appservice-telegram
optdepends = python-pycryptodome: End-to-bridge encryption support
optdepends = lottieconverter-git: convert WebP to GIF or WEBM
optdepends = python-prometheus_client: metrics upload
+ optdepends = brotli
+ optdepends = python-phonenumbers
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 = matrix-appservice-telegram-0.14.0.tar.gz::https://github.com/mautrix/telegram/archive/v0.14.0.tar.gz
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 = 95a2a73f942bc4a932ef2b7029333e272a23b0e9ec0d5bccb5531e8004370f10
sha256sums = c0777f141137117d06a2bf3d27072080fdce556ac6c45855a671236b20fdaea7
sha256sums = e069958db276309d00864ee3dded5700b78806c82663346aa2ef6878e2c0566b
sha256sums = edbde9814355756b624fdc58326a5830f82156802166a9f6001b67cf21d5f6f8
diff --git a/PKGBUILD b/PKGBUILD
index d10958a7c2c0..be8629a589de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: BluePeril <blueperil (at) blueperil _dot_ de>
pkgname=matrix-appservice-telegram
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
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>=v1.28.0a9' '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.14' 'python-mautrix<0.20' 'python-aiohttp' 'python-magic' 'python-yarl' 'python-mako')
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'
+# 'python-cchardet: For faster encoding detection'
'python-aiodns: For asyncronous DNS requests'
'python-pillow: WebP <-> PNG conversion for stickers'
'python-qrcode: Login with QR code'
@@ -21,6 +21,8 @@ optdepends=('python-cryptg: Uses native code for Telegram crypto stuff instead o
'python-pycryptodome: End-to-bridge encryption support'
'lottieconverter-git: convert WebP to GIF or WEBM'
'python-prometheus_client: metrics upload'
+ 'brotli'
+ 'python-phonenumbers'
)
install=mautrix-telegram.install
license=('AGPLv3')
@@ -28,22 +30,10 @@ 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'
+sha256sums=('95a2a73f942bc4a932ef2b7029333e272a23b0e9ec0d5bccb5531e8004370f10'
'c0777f141137117d06a2bf3d27072080fdce556ac6c45855a671236b20fdaea7'
'e069958db276309d00864ee3dded5700b78806c82663346aa2ef6878e2c0566b'
'edbde9814355756b624fdc58326a5830f82156802166a9f6001b67cf21d5f6f8')