summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-02-25 02:53:39 +0800
committerlilac2020-02-25 02:53:39 +0800
commit2fb7861854f4371ef584805ff157193b8493e40e (patch)
treea2b9c111f6986a2317aea07ad268a4b992148c8d
parent435be3e7573ec46c2b13d8346e14a2aaed510b02 (diff)
downloadaur-2fb7861854f4371ef584805ff157193b8493e40e.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 d9c456f3aa80..6b22735b43ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.11.2
+ pkgver = 1.11.3
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.2.tar.gz
- sha256sums = 89aea96e03639ac3aea75e55c75e53185226678eb5e953e751b69dbf781fe5ce
+ source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.11.3.tar.gz
+ sha256sums = d065f130ad61b6b0d914fbd1d0ca239df8cd20299d3bdc92ce90f44e30579899
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index e4e16c3f243b..37d7e1f6b743 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.11.2
+pkgver=1.11.3
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=('89aea96e03639ac3aea75e55c75e53185226678eb5e953e751b69dbf781fe5ce')
+sha256sums=('d065f130ad61b6b0d914fbd1d0ca239df8cd20299d3bdc92ce90f44e30579899')
build() {
cd "$srcdir/$_name-$pkgver"