summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2019-09-28 18:05:53 +0800
committerlilac2019-09-28 18:05:53 +0800
commitd437b34ced8856eb7b50fcd200c505f7a739352d (patch)
tree6f0863f08f8b0531b002322b737ce0b06a316007 /PKGBUILD
parent91cb12fdf12123bb9e88650196035f70b9c063ac (diff)
downloadaur-d437b34ced8856eb7b50fcd200c505f7a739352d.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 31f48a0a3f4b..24fe326cd6a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.10.5
+pkgver=1.10.6
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=('9e876ba504b3993e0f17ef224b3fd692')
+md5sums=('88bd5d04f0543579f7c172ecfa0a95f0')
build() {
cd "$srcdir/$_pkgname-$pkgver"