summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-09-09 03:29:01 +0800
committerlilac2019-09-09 03:29:01 +0800
commit0586514d4e7e7087096491166df00cf148cfa346 (patch)
treee618ddb1f90dbec985b2cb9494a9c62098e66f7b
parent18e4437d4ee2ef56a6ce95728e89ccf8b0b57f2f (diff)
downloadaur-0586514d4e7e7087096491166df00cf148cfa346.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 d63ec19e81ac..5a31ff7267e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.9.0
+ pkgver = 1.10.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.9.0.tar.gz
- md5sums = f0c0092c47c00ffa4fe9362dcb7f6829
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.10.0.tar.gz
+ md5sums = 071e32f2f17f40a0af6f7bff7a528cea
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index aff5549af1bc..9892e2f73b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.9.0
+pkgver=1.10.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=('f0c0092c47c00ffa4fe9362dcb7f6829')
+md5sums=('071e32f2f17f40a0af6f7bff7a528cea')
build() {
cd "$srcdir/$_pkgname-$pkgver"