summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e04abbccc9e6..3a05cd51efd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.10.8
- pkgrel = 9
+ pkgver = 1.10.9
+ pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
license = MIT
makedepends = python-setuptools
depends = python-pyaes
depends = python-rsa
- source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.10.8.tar.gz
- sha256sums = af88697e2e2faf724dd8c42ff50842bfaa6631f55ea3f8fc35ceb1dda6c11fec
+ source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.10.9.tar.gz
+ sha256sums = 8749e1653d14a2630e8143870da18ae9778456f2b3941058a497c089362c0b9b
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index d6a576d5753d..a87f50259312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.10.8
-pkgrel=9
+pkgver=1.10.9
+pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=(any)
url="https://github.com/LonamiWebs/Telethon"
@@ -10,7 +10,7 @@ depends=('python-pyaes' 'python-rsa')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('af88697e2e2faf724dd8c42ff50842bfaa6631f55ea3f8fc35ceb1dda6c11fec')
+sha256sums=('8749e1653d14a2630e8143870da18ae9778456f2b3941058a497c089362c0b9b')
build() {
cd "$srcdir/$_name-$pkgver"