summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-02-22 10:12:40 +0800
committerlilac2020-02-22 10:12:40 +0800
commit435be3e7573ec46c2b13d8346e14a2aaed510b02 (patch)
tree800dea38f49c446bb5b96b17db25cc237b58e610
parent9e01fec1e5c788008daf1b23ea283dee23a4d6f0 (diff)
downloadaur-435be3e7573ec46c2b13d8346e14a2aaed510b02.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80ba3a5ca7a6..d9c456f3aa80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.11.1
+ pkgver = 1.11.2
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-telethon
makedepends = python-setuptools
depends = python-pyaes
depends = python-rsa
- source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.11.1.tar.gz
- sha256sums = 884fa8eed4aa18d1b8a78e188a7a3bf434f8908d2b218951b52bf3046e01501a
+ source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.11.2.tar.gz
+ sha256sums = 89aea96e03639ac3aea75e55c75e53185226678eb5e953e751b69dbf781fe5ce
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 3a7f80e05838..e4e16c3f243b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.11.1
+pkgver=1.11.2
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=(any)
@@ -9,7 +9,7 @@ license=(MIT)
depends=('python-pyaes' 'python-rsa')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('884fa8eed4aa18d1b8a78e188a7a3bf434f8908d2b218951b52bf3046e01501a')
+sha256sums=('89aea96e03639ac3aea75e55c75e53185226678eb5e953e751b69dbf781fe5ce')
build() {
cd "$srcdir/$_name-$pkgver"