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 80ca161fbfbe..e24992fc3ff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.0.2
+pkgver=1.0.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://files.pythonhosted.org/packages/4d/d1/f33f34f952c1c64486adb4774e917a4b8b3522660cbb2cad1f3059bb00e3/Telethon-1.0.2.tar.gz')
-md5sums=('eb579ee948e9069cdfbee8232dc86c38')
+source=('https://files.pythonhosted.org/packages/6f/97/d6b4ca6fdbf3050cbedcb111714c377eeb86ea18775c4804204ea7f4a5ca/Telethon-1.0.3.tar.gz')
+md5sums=('48682066a415ea695306a2a6976a6cf0')
build() {
cd "$srcdir/$_pkgname-$pkgver"