summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2019-04-29 18:54:57 +0800
committerlilac2019-04-29 18:54:57 +0800
commit305b64156703d0ed2c39aa5c1dcda4f2afb936c8 (patch)
tree951f02e6e432ca7dcb07f4e00b700790d07dd153 /PKGBUILD
parent3b2d2dbd4aafbfadc409bd6e04cf8997138f2242 (diff)
downloadaur-305b64156703d0ed2c39aa5c1dcda4f2afb936c8.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 919173c5e4dd..c07c53c66a50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python' 'python-pyaes' 'python-rsa' 'python-async_generator' 'python-setuptools')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('f33866fceede93e962c9dfaf6367f770')
+md5sums=('4535ea3bbf421a6253c9f1e1bbde6b60')
build() {
cd "$srcdir/$_pkgname-$pkgver"