summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-01-13 19:14:46 +0800
committerlilac2018-01-13 19:14:46 +0800
commit90b4bd5e78d04baaa267c4736f9acc4218b35ac4 (patch)
treeb21fe448a6f071de03ea6a84fe15a334aa925a78
parent07f3f77cddb3da72ec39a7ce1938bd2eaeb86276 (diff)
downloadaur-90b4bd5e78d04baaa267c4736f9acc4218b35ac4.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 f1073744fd81..0d5060f77fda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 12 02:51:16 UTC 2018
+# Sat Jan 13 11:14:46 UTC 2018
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.16.1
+ pkgver = 0.16.1.1
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/c0/31/26fd059decd81a13f9217352d648d30a46e5a20632d1afe90e57f9b08157/Telethon-0.16.1.tar.gz
- md5sums = 4ed81ec8914aa9df6387a6b8618da3ac
+ source = https://pypi.python.org/packages/54/5d/46e0170ff4feec22bfa35ded2013696d34f101f82ddb7eb7af95c517cd9a/Telethon-0.16.1.1.tar.gz
+ md5sums = 38ac2af824edca983c551ccdf5d9309b
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index f46751d64a44..75ea90086f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.16.1
+pkgver=0.16.1.1
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/c0/31/26fd059decd81a13f9217352d648d30a46e5a20632d1afe90e57f9b08157/Telethon-0.16.1.tar.gz')
-md5sums=('4ed81ec8914aa9df6387a6b8618da3ac')
+source=('https://pypi.python.org/packages/54/5d/46e0170ff4feec22bfa35ded2013696d34f101f82ddb7eb7af95c517cd9a/Telethon-0.16.1.1.tar.gz')
+md5sums=('38ac2af824edca983c551ccdf5d9309b')
build() {
cd "$srcdir/$_pkgname-$pkgver"