summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2017-11-17 09:48:51 +0800
committerlilac2017-11-17 09:48:51 +0800
commitd0e0a6d6106a56f727170b2fcf95698083cdb5aa (patch)
tree9fbe6b2be5a056436de8105830663210cde1581d /PKGBUILD
parentfa931e350dc582c99eb2355f19ed77cf23cc4c53 (diff)
downloadaur-d0e0a6d6106a56f727170b2fcf95698083cdb5aa.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 6d027e2a06ad..f376403ea7ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.15.4.3
+pkgver=0.15.5
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/bf/cb/4657e16bb44e98ed87c4ed18ce26725edaee1b533b314e6e8cbb0551efa2/Telethon-0.15.4.3.tar.gz')
-md5sums=('e9e30925591aeb9949cd1cb615d2d062')
+source=('https://pypi.python.org/packages/1d/c6/95daf9a5805829fd132e57ca597611655f09b41ebcddfb852d2b1387b6b0/Telethon-0.15.5.tar.gz')
+md5sums=('17f583f8811b3427d3abfdbbf8452564')
build() {
cd "$srcdir/$_pkgname-$pkgver"