summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2017-11-27 02:13:18 +0800
committerlilac2017-11-27 02:13:18 +0800
commitde31b305d16b7ead6537382ec3a91a37f1f08ff4 (patch)
treecdced227632d5a94a09de7d64f6ffae3189c84d9 /PKGBUILD
parentc3092caca8a8d6db8fbec90909ab1f4cd91f29ea (diff)
downloadaur-de31b305d16b7ead6537382ec3a91a37f1f08ff4.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 e17227e1215c..f33e94de2f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.15.5.2
+pkgver=0.15.5.3
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/5c/48/389080ddc526cbf7f1077bd8ba9df2211e4745d4ec8379f9a4a5b31fce2b/Telethon-0.15.5.2.tar.gz')
-md5sums=('74a7e418b9cf34435b0a7c3702f2a6ee')
+source=('https://pypi.python.org/packages/ba/ab/fe667074e379a4482683f2c83b39587ff8d16c500da57284e53b6df1d224/Telethon-0.15.5.3.tar.gz')
+md5sums=('e27fdc7224394ea817f6c84f7b2edc1e')
build() {
cd "$srcdir/$_pkgname-$pkgver"