summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-07-24 02:52:42 +0800
committerlilac2018-07-24 02:52:42 +0800
commit1611ee71e39217923c1ebc60a8980abcbd8cbf83 (patch)
treeab5b198c4f9220af6d996753f4614bc9bbfde3e4
parentc33a522d7a891a9e8b59fc4a4a2e85dd3f9570a5 (diff)
downloadaur-1611ee71e39217923c1ebc60a8980abcbd8cbf83.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03c2c3c695c4..2b60a2f8e8f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.1
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-telethon
depends = python-pyaes
depends = python-rsa
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/5e/ae/71adef82937ce3382d5a498e8dd4cd6b1bd4a8a00487d6586c4054d2be4e/Telethon-1.1.tar.gz
- md5sums = 48978be93fe93a78bed6c95773aadf8c
+ source = https://files.pythonhosted.org/packages/60/53/1191e4679a5935c6b1342eb895441035bef45eee04c90133b62eae5b1d1f/Telethon-1.1.1.tar.gz
+ md5sums = f6cd2aa3244f83f8f86b36e526eddc5f
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 04602c069bf1..411c4089dcb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.1
+pkgver=1.1.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://files.pythonhosted.org/packages/5e/ae/71adef82937ce3382d5a498e8dd4cd6b1bd4a8a00487d6586c4054d2be4e/Telethon-1.1.tar.gz')
-md5sums=('48978be93fe93a78bed6c95773aadf8c')
+source=('https://files.pythonhosted.org/packages/60/53/1191e4679a5935c6b1342eb895441035bef45eee04c90133b62eae5b1d1f/Telethon-1.1.1.tar.gz')
+md5sums=('f6cd2aa3244f83f8f86b36e526eddc5f')
build() {
cd "$srcdir/$_pkgname-$pkgver"