summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2017-12-29 01:47:12 +0800
committerlilac2017-12-29 01:47:12 +0800
commit5793a2a71eaa7b508057093711593d8960d11010 (patch)
tree37e7db3f6b07987e8c67590433b8391451e99caf
parent74fe88a87fb994fd341f257479ec8bf5bc93eb6f (diff)
downloadaur-5793a2a71eaa7b508057093711593d8960d11010.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 02b7e3f59197..b3abe0032507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 28 21:01:15 UTC 2017
+# Thu Dec 28 17:47:12 UTC 2017
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.15.5.7
+ pkgver = 0.16.0.3
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/94/bd/c0f12dc07b29d9d88ab884cb38afe8d78f3588878c2df95eaf37705989ab/Telethon-0.15.5.7.tar.gz
- md5sums = d714e2848c9ea1e61fcce31b03a6ab45
+ source = https://pypi.python.org/packages/8c/2c/913284110ae13a8cdfe553157215e5e2fd9bb0564324b802cfa9f44a8c55/Telethon-0.16.0.3.tar.gz
+ md5sums = 53e65c9aa48ef9780329aef1c153f0ef
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 85d734930a15..bf6166692421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.15.5.7
+pkgver=0.16.0.3
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/94/bd/c0f12dc07b29d9d88ab884cb38afe8d78f3588878c2df95eaf37705989ab/Telethon-0.15.5.7.tar.gz')
-md5sums=('d714e2848c9ea1e61fcce31b03a6ab45')
+source=('https://pypi.python.org/packages/8c/2c/913284110ae13a8cdfe553157215e5e2fd9bb0564324b802cfa9f44a8c55/Telethon-0.16.0.3.tar.gz')
+md5sums=('53e65c9aa48ef9780329aef1c153f0ef')
build() {
cd "$srcdir/$_pkgname-$pkgver"