summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-03-04 18:12:54 +0800
committerlilac2019-03-04 18:12:54 +0800
commitea57e658297a502889e5f9fa499bfd7f321443a2 (patch)
tree64934a6816bb818f6e2f870ca9e419b8d789c830
parentc9ba68c61b2aa4c84069d8f5f1d22514c31ea729 (diff)
downloadaur-ea57e658297a502889e5f9fa499bfd7f321443a2.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 18e53ebdf448..0682f9a3642f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.6.1.post1
+ pkgver = 1.6.2
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.1.post1.tar.gz
- md5sums = ac1453a925a2257b365578137be6138c
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.6.2.tar.gz
+ md5sums = d5486fdba3b31153079a926bdd569c92
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index d32755a87cbc..36417642f3a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.6.1.post1
+pkgver=1.6.2
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=('ac1453a925a2257b365578137be6138c')
+md5sums=('d5486fdba3b31153079a926bdd569c92')
build() {
cd "$srcdir/$_pkgname-$pkgver"