summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-06-28 02:15:59 +0800
committerlilac2018-06-28 02:15:59 +0800
commit2a5513dfe84cbf18708830e8f9449d3aa35fe72a (patch)
tree6c31c1536045df85593ef0d527137f7d195614d2
parent2f42b86ca319cb8440b76c5ef5225bfbddb9131f (diff)
downloadaur-2a5513dfe84cbf18708830e8f9449d3aa35fe72a.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 230776c5c51b..dc0c6cdc8834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Apr 15 18:08:40 UTC 2018
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 0.18.3
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -11,8 +9,8 @@ pkgbase = python-telethon
depends = python-pyaes
depends = python-rsa
depends = python-setuptools
- source = https://pypi.python.org/packages/8f/c3/cdc01fc22b2691d4abdd6c064baeb22ffd81dfe01ac7f518d652b8d22a32/Telethon-0.18.3.tar.gz
- md5sums = 118e5e3ee9072c1c5f185a26fe98b7bb
+ source = https://files.pythonhosted.org/packages/82/07/e55d2895fc0599e78f3cd7b79dcf0426693385ed92d1625f52fccc621e92/Telethon-1.0.1.tar.gz
+ md5sums = b8e6b1910d927447e367913b73debcc8
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index a85d46463da4..2aec84e81df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=0.18.3
+pkgver=1.0.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/8f/c3/cdc01fc22b2691d4abdd6c064baeb22ffd81dfe01ac7f518d652b8d22a32/Telethon-0.18.3.tar.gz')
-md5sums=('118e5e3ee9072c1c5f185a26fe98b7bb')
+source=('https://files.pythonhosted.org/packages/82/07/e55d2895fc0599e78f3cd7b79dcf0426693385ed92d1625f52fccc621e92/Telethon-1.0.1.tar.gz')
+md5sums=('b8e6b1910d927447e367913b73debcc8')
build() {
cd "$srcdir/$_pkgname-$pkgver"