summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-10-28 09:45:52 +0800
committerlilac2019-10-28 09:45:52 +0800
commitc1d2dc2de1087caea29bb4695d0a355f8d0c62d2 (patch)
treee361100c08b8e2725ad5f5d95bacb85374cc83bc
parentd437b34ced8856eb7b50fcd200c505f7a739352d (diff)
downloadaur-c1d2dc2de1087caea29bb4695d0a355f8d0c62d2.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 d5d89723dda5..05974f94f321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.10.6
+ pkgver = 1.10.7
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.6.tar.gz
- md5sums = 88bd5d04f0543579f7c172ecfa0a95f0
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.10.7.tar.gz
+ md5sums = fbf958aa0a6bf60f11601db41d78dcba
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 24fe326cd6a1..60e5b18f1a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.10.6
+pkgver=1.10.7
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=('88bd5d04f0543579f7c172ecfa0a95f0')
+md5sums=('fbf958aa0a6bf60f11601db41d78dcba')
build() {
cd "$srcdir/$_pkgname-$pkgver"