summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2017-11-05 01:26:25 +0800
committerlilac2017-11-05 01:26:25 +0800
commit862936558dece8811092cabafe24d3c235ccf240 (patch)
tree2188840b879521f05cbd23f280d80421a666e77d /PKGBUILD
parentddc48970261bff68d2e8d35c683bb9b652251029 (diff)
downloadaur-862936558dece8811092cabafe24d3c235ccf240.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 4a3570cbc7f8..6d0cde3cff2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.15.3.2
+pkgver=0.15.4
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/e4/c8/f4e900e64d5b26ed9f33a17d9d5e008977889a2c6c8a2272f5e3e0345dbd/Telethon-0.15.3.2.tar.gz')
-md5sums=('d1d4d96a8dd3d762e505dce2bccba629')
+source=('https://pypi.python.org/packages/ef/62/adbdd2cabf4595ff7af94dc5e8d6dc96fb2a43fa80ec4f7cc919d51067a7/Telethon-0.15.4.tar.gz')
+md5sums=('2238f5b47e6420a3a37b3806b97cebe7')
build() {
cd "$srcdir/$_pkgname-$pkgver"