summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-09-10 10:39:02 +0800
committerlilac2019-09-10 10:39:02 +0800
commitbdae5c2ba18c7c99fa9a7922c33b348d3b15da35 (patch)
treee8d163b55c51444825631a09fe5e60bd69087601
parent0586514d4e7e7087096491166df00cf148cfa346 (diff)
downloadaur-bdae5c2ba18c7c99fa9a7922c33b348d3b15da35.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 5a31ff7267e7..47db628a7f7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.10.0
+ pkgver = 1.10.1
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.10.0.tar.gz
- md5sums = 071e32f2f17f40a0af6f7bff7a528cea
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.10.1.tar.gz
+ md5sums = 5c1510aeca6ef44896bc61b2799ff346
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 9892e2f73b5b..49407ecefcc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.10.0
+pkgver=1.10.1
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=('071e32f2f17f40a0af6f7bff7a528cea')
+md5sums=('5c1510aeca6ef44896bc61b2799ff346')
build() {
cd "$srcdir/$_pkgname-$pkgver"