summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-03-29 02:16:46 +0800
committerlilac2018-03-29 02:16:46 +0800
commitf66290b193b034e66474a0de64e036f8997c68c4 (patch)
tree5006d67c631e8c480856fda64ddb168b922b723b
parentccb06e2f3ed2c43f046083416eb25dc129476295 (diff)
downloadaur-f66290b193b034e66474a0de64e036f8997c68c4.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 936570fb15b0..66b8d7b695d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 27 19:04:00 UTC 2018
+# Wed Mar 28 18:16:46 UTC 2018
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.18.2
+ pkgver = 0.18.2.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/ac/b2/2bc3518696a27f3956909dc5515ce7900abe9806375384aeac5cb706e360/Telethon-0.18.2.tar.gz
- md5sums = e66ba5a410f57278c71bdd8e92f22174
+ source = https://pypi.python.org/packages/d9/d8/e00adab081b4d0b4f25669a236b489cec5881cd072ed84f35c49c2d0fc5f/Telethon-0.18.2.1.tar.gz
+ md5sums = a697a75b3348d089dd65fc0a19b29685
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 6d76628e78db..c7dd950b6cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.18.2
+pkgver=0.18.2.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/ac/b2/2bc3518696a27f3956909dc5515ce7900abe9806375384aeac5cb706e360/Telethon-0.18.2.tar.gz')
-md5sums=('e66ba5a410f57278c71bdd8e92f22174')
+source=('https://pypi.python.org/packages/d9/d8/e00adab081b4d0b4f25669a236b489cec5881cd072ed84f35c49c2d0fc5f/Telethon-0.18.2.1.tar.gz')
+md5sums=('a697a75b3348d089dd65fc0a19b29685')
build() {
cd "$srcdir/$_pkgname-$pkgver"