summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2017-11-08 01:57:24 +0800
committerlilac2017-11-08 01:57:24 +0800
commitaeb0f92f0153e1ce34c275af9b540ab39461bcd7 (patch)
treecec3249c9903c76a0cf5ddbc1fc4b2e157c5579a /PKGBUILD
parent10bb12d087f9a3a29aba49d7916c28f7259ab725 (diff)
downloadaur-aeb0f92f0153e1ce34c275af9b540ab39461bcd7.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db390ddf2726..bb4cc8a41436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.15.4.1
+pkgver=0.15.4.2
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=('any')
url="https://github.com/LonamiWebs/Telethon"
license=('MIT')
depends=('python' 'python-pyaes' 'python-rsa' 'python-setuptools')
-source=('https://pypi.python.org/packages/02/47/6c1710bb019f2a9241be78403646b8a9f17ad390fe4defa318b8029c1356/Telethon-0.15.4.1.tar.gz')
-md5sums=('451348f1196f36a0e39bae43149b65e6')
+source=('https://pypi.python.org/packages/56/a4/baedfa61c56a013b41f3c5580c109c23d83435d6a5283a9fe41cf8183feb/Telethon-0.15.4.2.tar.gz')
+md5sums=('9042e7b80c3bc8120e5fea42f6371619')
build() {
cd "$srcdir/$_pkgname-$pkgver"