summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-03-28 03:04:00 +0800
committerlilac2018-03-28 03:04:00 +0800
commitccb06e2f3ed2c43f046083416eb25dc129476295 (patch)
treef55232e40c137678eb438537c9b730f2bb6942fa
parentd9a1ccfc3fe27019e932b7f1f2853695446ba78d (diff)
downloadaur-ccb06e2f3ed2c43f046083416eb25dc129476295.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 814d94927a6d..936570fb15b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 21 09:49:09 UTC 2018
+# Tue Mar 27 19:04:00 UTC 2018
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.18.1.1
+ pkgver = 0.18.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/53/84/24725a244910372dc8149fe660947815363471662254dc294d79f5112975/Telethon-0.18.1.1.tar.gz
- md5sums = cafb4aab57192d9e2d6e24cc60ff9aa2
+ source = https://pypi.python.org/packages/ac/b2/2bc3518696a27f3956909dc5515ce7900abe9806375384aeac5cb706e360/Telethon-0.18.2.tar.gz
+ md5sums = e66ba5a410f57278c71bdd8e92f22174
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 3eaac091aefe..6d76628e78db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.18.1.1
+pkgver=0.18.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/53/84/24725a244910372dc8149fe660947815363471662254dc294d79f5112975/Telethon-0.18.1.1.tar.gz')
-md5sums=('cafb4aab57192d9e2d6e24cc60ff9aa2')
+source=('https://pypi.python.org/packages/ac/b2/2bc3518696a27f3956909dc5515ce7900abe9806375384aeac5cb706e360/Telethon-0.18.2.tar.gz')
+md5sums=('e66ba5a410f57278c71bdd8e92f22174')
build() {
cd "$srcdir/$_pkgname-$pkgver"