summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-02-28 18:10:08 +0800
committerlilac2019-02-28 18:10:08 +0800
commitb95bf4d421b5c8653e4dc06c49f6c2de7a4dd15a (patch)
tree9bff10fb13b12560c41c9335ef83ddbd6ee66387
parenta8e37f698883abf126c67075c762ae0dd012fe60 (diff)
downloadaur-b95bf4d421b5c8653e4dc06c49f6c2de7a4dd15a.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 5918e46bfc55..e07bb4ae0612 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.6
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-telethon
depends = python-rsa
depends = python-async_generator
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.6.tar.gz
- md5sums = 4acd974c28017f46129721c96e1c121a
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.6.1.tar.gz
+ md5sums = 83fc702643e6a756eb169e0bb41b069c
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index ea99b817f601..476963b5604c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.6
+pkgver=1.6.1
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python' 'python-pyaes' 'python-rsa' 'python-async_generator' 'python-setuptools')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('4acd974c28017f46129721c96e1c121a')
+md5sums=('83fc702643e6a756eb169e0bb41b069c')
build() {
cd "$srcdir/$_pkgname-$pkgver"