summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-05-06 10:22:44 +0800
committerlilac2019-05-06 10:22:44 +0800
commit4d744827867e54a15670f45de2ef61bb98a0272c (patch)
treeadca82c0eda9c7d39919352ce939feaa52554ed9
parent06e500ddcc55efc99dd9f88cb90433c8fefcfcad (diff)
downloadaur-4d744827867e54a15670f45de2ef61bb98a0272c.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 eb31e8091b8f..30ec5b1c3570 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.7.4
+ pkgver = 1.7.6
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.4.tar.gz
- md5sums = c5affa23821b49d007ee039a483d70c8
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.7.6.tar.gz
+ md5sums = 77cc621f91a94eaf77475a80ab3bc061
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index c2867f17f37d..4de65b751e76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.7.4
+pkgver=1.7.6
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=('c5affa23821b49d007ee039a483d70c8')
+md5sums=('77cc621f91a94eaf77475a80ab3bc061')
build() {
cd "$srcdir/$_pkgname-$pkgver"