summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"