summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-02-03 02:26:03 +0800
committerlilac2019-02-03 02:26:03 +0800
commit64a7b608e3fb1cba79ab934074a4bccb1a8f4485 (patch)
tree99f50d9bb827ae71273c7e3e186c65e04b323553
parent44c7f8f76978ef5b4c2ebc4141fb9110e5b00714 (diff)
downloadaur-64a7b608e3fb1cba79ab934074a4bccb1a8f4485.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 76e5487c4b12..2ce47132906e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.5.4
+ pkgver = 1.5.5
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.4.tar.gz
- md5sums = 1d4f3ef17b0a398be4d35a7f8599c9ac
+ source = https://files.pythonhosted.org/packages/source/t/telethon/Telethon-1.5.5.tar.gz
+ md5sums = 9131ad813b67f45cddd1ea07b6b70499
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 95278a79be56..10b4c1af6bf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=Telethon
pkgname=python-telethon
-pkgver=1.5.4
+pkgver=1.5.5
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=('1d4f3ef17b0a398be4d35a7f8599c9ac')
+md5sums=('9131ad813b67f45cddd1ea07b6b70499')
build() {
cd "$srcdir/$_pkgname-$pkgver"