summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2019-07-07 10:19:51 +0800
committerlilac2019-07-07 10:19:51 +0800
commit18e4437d4ee2ef56a6ce95728e89ccf8b0b57f2f (patch)
tree814985ef7f0ccafd7cebe9bb35657aac1a27b3cf /PKGBUILD
parent7995d887a91f2a9c3ed1571a41fbebadeed9dc73 (diff)
downloadaur-18e4437d4ee2ef56a6ce95728e89ccf8b0b57f2f.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 817c95511e32..aff5549af1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.8.0
+pkgver=1.9.0
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=('af680e6f608d8e61f7c2579e8920ac83')
+md5sums=('f0c0092c47c00ffa4fe9362dcb7f6829')
build() {
cd "$srcdir/$_pkgname-$pkgver"