summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-02-28 09:57:26 +0800
committerlilac2019-02-28 09:57:26 +0800
commita8e37f698883abf126c67075c762ae0dd012fe60 (patch)
tree85b910b8bc5b1c6eef39c4cb4ce46d361b7380fe
parent64a7b608e3fb1cba79ab934074a4bccb1a8f4485 (diff)
downloadaur-a8e37f698883abf126c67075c762ae0dd012fe60.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ce47132906e..5918e46bfc55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.5.5
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-telethon
depends = python-rsa
depends = python-async_generator
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.5.5.tar.gz
- md5sums = 9131ad813b67f45cddd1ea07b6b70499
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.6.tar.gz
+ md5sums = 4acd974c28017f46129721c96e1c121a
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 10b4c1af6bf9..ea99b817f601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.5.5
+pkgver=1.6
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=('any')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python' 'python-pyaes' 'python-rsa' 'python-async_generator' 'python-setuptools')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('9131ad813b67f45cddd1ea07b6b70499')
+md5sums=('4acd974c28017f46129721c96e1c121a')
build() {
cd "$srcdir/$_pkgname-$pkgver"