summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-02-17 01:34:24 +0800
committerlilac2018-02-17 01:34:24 +0800
commit9dcd0ad5f7a8889d49ace40d85243fd4c6aec2fe (patch)
treea6e098e876b101b0779652a01430321d1a57a3dc
parentc391290d0a269a47e71fc488c7aac5863db4be13 (diff)
downloadaur-9dcd0ad5f7a8889d49ace40d85243fd4c6aec2fe.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 08d2e4be878e..afed49a6e47a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 15 18:24:32 UTC 2018
+# Fri Feb 16 17:34:24 UTC 2018
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.17.2
+ pkgver = 0.17.2.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/8e/57/ca8020c000ee07f413e2682d370a2d06e2e073548ef8abc91e16afd9d2ae/Telethon-0.17.2.tar.gz
- md5sums = 469b7601d3c373d60f673df5e5398fcb
+ source = https://pypi.python.org/packages/ab/21/ca2d201767cdb9064e189b3ae094bca81846b0b21a16d7541a147b04ef64/Telethon-0.17.2.2.tar.gz
+ md5sums = 9fc4cf63a5f84c9cd957d55a8d4dbd01
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 74cd6e8d64b8..72bf6d9da9f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.17.2
+pkgver=0.17.2.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/8e/57/ca8020c000ee07f413e2682d370a2d06e2e073548ef8abc91e16afd9d2ae/Telethon-0.17.2.tar.gz')
-md5sums=('469b7601d3c373d60f673df5e5398fcb')
+source=('https://pypi.python.org/packages/ab/21/ca2d201767cdb9064e189b3ae094bca81846b0b21a16d7541a147b04ef64/Telethon-0.17.2.2.tar.gz')
+md5sums=('9fc4cf63a5f84c9cd957d55a8d4dbd01')
build() {
cd "$srcdir/$_pkgname-$pkgver"