summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-04-25 02:30:15 +0800
committerlilac2019-04-25 02:30:15 +0800
commit3b2d2dbd4aafbfadc409bd6e04cf8997138f2242 (patch)
tree8a6fc38b118bcb0dc17499987888ad2067c72147
parent2033c0b4c151ad238a76fca18a01d4d98cabfc1d (diff)
downloadaur-3b2d2dbd4aafbfadc409bd6e04cf8997138f2242.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 69deca6d1b4e..04bc054bd537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.7
+ pkgver = 1.7.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.7.tar.gz
- md5sums = ae99119f26112fb5cf836d686164ae25
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.7.1.tar.gz
+ md5sums = f33866fceede93e962c9dfaf6367f770
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index e37b70217dd0..919173c5e4dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.7
+pkgver=1.7.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=('ae99119f26112fb5cf836d686164ae25')
+md5sums=('f33866fceede93e962c9dfaf6367f770')
build() {
cd "$srcdir/$_pkgname-$pkgver"