summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-01-05 10:15:45 +0800
committerlilac2018-01-05 10:15:45 +0800
commit304271d122c8f23620f879cf54255c48edd345e8 (patch)
tree71107f6365f758d16064695a3cfa1508b50fc03a
parent2a9f711f4ce0f24e70fa080942273865d35b2b03 (diff)
downloadaur-304271d122c8f23620f879cf54255c48edd345e8.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 966d8c624f07..f99bc6e41019 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 30 01:55:42 UTC 2017
+# Fri Jan 5 02:15:44 UTC 2018
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.16.0.4
+ pkgver = 0.16.0.6
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/bd/fa/fa4569bb82426f2f29bc160cc37a8c5b31a0312a97b7ab4f0850183d4da1/Telethon-0.16.0.4.tar.gz
- md5sums = 301a1f86290c33d268fa4a1ef6dc38b5
+ source = https://pypi.python.org/packages/31/ef/753409e7acdb8f19a9c40ad159c24b28d9a58e0b66997609201f810b2a16/Telethon-0.16.0.6.tar.gz
+ md5sums = d4ab834539e48d81ec5feafaed9e40b6
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 33bd1b089a92..7e6ee1ed8e3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.16.0.4
+pkgver=0.16.0.6
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/bd/fa/fa4569bb82426f2f29bc160cc37a8c5b31a0312a97b7ab4f0850183d4da1/Telethon-0.16.0.4.tar.gz')
-md5sums=('301a1f86290c33d268fa4a1ef6dc38b5')
+source=('https://pypi.python.org/packages/31/ef/753409e7acdb8f19a9c40ad159c24b28d9a58e0b66997609201f810b2a16/Telethon-0.16.0.6.tar.gz')
+md5sums=('d4ab834539e48d81ec5feafaed9e40b6')
build() {
cd "$srcdir/$_pkgname-$pkgver"