summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-08-15 02:54:51 +0800
committerlilac2018-08-15 02:54:51 +0800
commit570a5f9b29db09cd873f9fa7091618482609ec60 (patch)
treef24a183a8846d81a11b4cbbe9cd0c32de99b412d
parent1611ee71e39217923c1ebc60a8980abcbd8cbf83 (diff)
downloadaur-570a5f9b29db09cd873f9fa7091618482609ec60.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 2b60a2f8e8f1..fdf12246c0b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.1.1
+ pkgver = 1.2
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/60/53/1191e4679a5935c6b1342eb895441035bef45eee04c90133b62eae5b1d1f/Telethon-1.1.1.tar.gz
- md5sums = f6cd2aa3244f83f8f86b36e526eddc5f
+ source = https://files.pythonhosted.org/packages/f4/b2/98c2b4f9eb8026109a6ffeb1e5e7c2b8e40260dee639ab02e5b0df1bd337/Telethon-1.2.tar.gz
+ md5sums = 19ea4e80371e10bee0583a2c491c9491
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 411c4089dcb9..cdaa5e8be87e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.1.1
+pkgver=1.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://files.pythonhosted.org/packages/60/53/1191e4679a5935c6b1342eb895441035bef45eee04c90133b62eae5b1d1f/Telethon-1.1.1.tar.gz')
-md5sums=('f6cd2aa3244f83f8f86b36e526eddc5f')
+source=('https://files.pythonhosted.org/packages/f4/b2/98c2b4f9eb8026109a6ffeb1e5e7c2b8e40260dee639ab02e5b0df1bd337/Telethon-1.2.tar.gz')
+md5sums=('19ea4e80371e10bee0583a2c491c9491')
build() {
cd "$srcdir/$_pkgname-$pkgver"