summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7bc02323e7b..08d2e4be878e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 13 18:37:41 UTC 2018
+# Thu Feb 15 18:24:32 UTC 2018
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.17.1.2
+ pkgver = 0.17.2
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-telethon
depends = python-pyaes
depends = python-rsa
depends = python-setuptools
- source = https://pypi.python.org/packages/a3/61/f74ae265be5a5239acc9ae8038bc00184b0a2e4a3ca8b524fbf245adfa4d/Telethon-0.17.1.2.tar.gz
- md5sums = 231506cdab40e9a90dc547c68a575e38
+ source = https://pypi.python.org/packages/8e/57/ca8020c000ee07f413e2682d370a2d06e2e073548ef8abc91e16afd9d2ae/Telethon-0.17.2.tar.gz
+ md5sums = 469b7601d3c373d60f673df5e5398fcb
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index f199b9fa9849..74cd6e8d64b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.17.1.2
+pkgver=0.17.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://pypi.python.org/packages/a3/61/f74ae265be5a5239acc9ae8038bc00184b0a2e4a3ca8b524fbf245adfa4d/Telethon-0.17.1.2.tar.gz')
-md5sums=('231506cdab40e9a90dc547c68a575e38')
+source=('https://pypi.python.org/packages/8e/57/ca8020c000ee07f413e2682d370a2d06e2e073548ef8abc91e16afd9d2ae/Telethon-0.17.2.tar.gz')
+md5sums=('469b7601d3c373d60f673df5e5398fcb')
build() {
cd "$srcdir/$_pkgname-$pkgver"