summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-06-29 02:48:52 +0800
committerlilac2018-06-29 02:48:52 +0800
commit74cd793631f3bfb662741733e7f7f4ccafa54ab8 (patch)
tree793c8d660f56a9a4109c5128665e5868e756b686
parent2a5513dfe84cbf18708830e8f9449d3aa35fe72a (diff)
downloadaur-74cd793631f3bfb662741733e7f7f4ccafa54ab8.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc0c6cdc8834..e2f66e56f0e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-telethon
depends = python-pyaes
depends = python-rsa
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/82/07/e55d2895fc0599e78f3cd7b79dcf0426693385ed92d1625f52fccc621e92/Telethon-1.0.1.tar.gz
- md5sums = b8e6b1910d927447e367913b73debcc8
+ source = https://files.pythonhosted.org/packages/4d/d1/f33f34f952c1c64486adb4774e917a4b8b3522660cbb2cad1f3059bb00e3/Telethon-1.0.2.tar.gz
+ md5sums = eb579ee948e9069cdfbee8232dc86c38
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 2aec84e81df1..80ca161fbfbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=('any')
url="https://github.com/LonamiWebs/Telethon"
license=('MIT')
depends=('python' 'python-pyaes' 'python-rsa' 'python-setuptools')
-source=('https://files.pythonhosted.org/packages/82/07/e55d2895fc0599e78f3cd7b79dcf0426693385ed92d1625f52fccc621e92/Telethon-1.0.1.tar.gz')
-md5sums=('b8e6b1910d927447e367913b73debcc8')
+source=('https://files.pythonhosted.org/packages/4d/d1/f33f34f952c1c64486adb4774e917a4b8b3522660cbb2cad1f3059bb00e3/Telethon-1.0.2.tar.gz')
+md5sums=('eb579ee948e9069cdfbee8232dc86c38')
build() {
cd "$srcdir/$_pkgname-$pkgver"