summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-02-22 03:30:11 +0800
committerlilac2020-02-22 03:30:11 +0800
commit9e01fec1e5c788008daf1b23ea283dee23a4d6f0 (patch)
tree2cf8af8e865c56f7fcd5cc83faab4c471c1a280e
parent04907fe8ecc0fc7cace459982c9dedf27c81f555 (diff)
downloadaur-9e01fec1e5c788008daf1b23ea283dee23a4d6f0.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 b347361d2822..80ba3a5ca7a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.11.0
+ pkgver = 1.11.1
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.0.tar.gz
- sha256sums = 9d13512038f62b0fba266a510b500e57d4cfe8013ce9a7b613725ab7de96321a
+ source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.11.1.tar.gz
+ sha256sums = 884fa8eed4aa18d1b8a78e188a7a3bf434f8908d2b218951b52bf3046e01501a
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index cf56f5026e6a..3a7f80e05838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.11.0
+pkgver=1.11.1
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=('9d13512038f62b0fba266a510b500e57d4cfe8013ce9a7b613725ab7de96321a')
+sha256sums=('884fa8eed4aa18d1b8a78e188a7a3bf434f8908d2b218951b52bf3046e01501a')
build() {
cd "$srcdir/$_name-$pkgver"