summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-12-31 15:44:28 +0800
committerlilac2019-12-31 15:44:28 +0800
commit65cd077b864cd9bb0075661a77b7c4622013cd07 (patch)
treea818397c3de7175452db3be889d00d273dbcd07c
parentc9e193291f3b383d127bc720c8084d25ece41a01 (diff)
downloadaur-65cd077b864cd9bb0075661a77b7c4622013cd07.tar.gz
update by lilac
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c204f32fb2..81e33d8487aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-telethon
pkgdesc = Full-featured Telegram client library for Python 3
- pkgver = 1.10.9
- pkgrel = 3
+ pkgver = 1.10.10
+ pkgrel = 1
url = https://github.com/LonamiWebs/Telethon
arch = any
license = MIT
makedepends = python-setuptools
depends = python-pyaes
depends = python-rsa
- source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.10.9.tar.gz
- sha256sums = 8749e1653d14a2630e8143870da18ae9778456f2b3941058a497c089362c0b9b
+ source = https://files.pythonhosted.org/packages/source/T/Telethon/Telethon-1.10.10.tar.gz
+ sha256sums = 126b392db57b83526e18779b7c6f4011789c2dd02377f64004afd0e0ce29a37e
pkgname = python-telethon
diff --git a/PKGBUILD b/PKGBUILD
index 8718775fc0d8..e31abb7864e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.10.9
-pkgrel=3
+pkgver=1.10.10
+pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=(any)
url="https://github.com/LonamiWebs/Telethon"
@@ -10,7 +10,7 @@ depends=('python-pyaes' 'python-rsa')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('8749e1653d14a2630e8143870da18ae9778456f2b3941058a497c089362c0b9b')
+sha256sums=('126b392db57b83526e18779b7c6f4011789c2dd02377f64004afd0e0ce29a37e')
build() {
cd "$srcdir/$_name-$pkgver"