summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-07-07 10:19:51 +0800
committerlilac2019-07-07 10:19:51 +0800
commit18e4437d4ee2ef56a6ce95728e89ccf8b0b57f2f (patch)
tree814985ef7f0ccafd7cebe9bb35657aac1a27b3cf
parent7995d887a91f2a9c3ed1571a41fbebadeed9dc73 (diff)
downloadaur-18e4437d4ee2ef56a6ce95728e89ccf8b0b57f2f.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc17e8860636..d63ec19e81ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.8.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-telethon
depends = python-rsa
depends = python-async_generator
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.8.0.tar.gz
- md5sums = af680e6f608d8e61f7c2579e8920ac83
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.9.0.tar.gz
+ md5sums = f0c0092c47c00ffa4fe9362dcb7f6829
pkgname = python-telethon
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"