summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-01-18 02:06:56 +0800
committerlilac2018-01-18 02:06:56 +0800
commit3cb0790d5f8e8536bfe21e3387fcb7fefb7aac6e (patch)
tree74689524358bb35beb4ca7e8ddbe5a82afd438b9
parent6bca0ef935ecfa9246b1a10b7182d405a72c6ba5 (diff)
downloadaur-3cb0790d5f8e8536bfe21e3387fcb7fefb7aac6e.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 c3e9430ffe97..c214d963a4a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 15 09:57:21 UTC 2018
+# Wed Jan 17 18:06:56 UTC 2018
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.16.1.3
+ pkgver = 0.16.1.4
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/31/78/073a7f978b170ace3d0d53d80e237655c5f7c7eeeefb19c579a4b99cbf03/Telethon-0.16.1.3.tar.gz
- md5sums = 730a2947e684563e6fc4769fc70b202b
+ source = https://pypi.python.org/packages/1a/e5/3c13251e01a7bccdbf7fad1eeab2c2a016d642bfaaa1d733fe840ac1ac1e/Telethon-0.16.1.4.tar.gz
+ md5sums = 85290f83ab866e62b088549071cf76df
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 5060758ac4ef..e854422b5006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.16.1.3
+pkgver=0.16.1.4
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/31/78/073a7f978b170ace3d0d53d80e237655c5f7c7eeeefb19c579a4b99cbf03/Telethon-0.16.1.3.tar.gz')
-md5sums=('730a2947e684563e6fc4769fc70b202b')
+source=('https://pypi.python.org/packages/1a/e5/3c13251e01a7bccdbf7fad1eeab2c2a016d642bfaaa1d733fe840ac1ac1e/Telethon-0.16.1.4.tar.gz')
+md5sums=('85290f83ab866e62b088549071cf76df')
build() {
cd "$srcdir/$_pkgname-$pkgver"