summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2019-12-12 14:04:14 +0800
committerlilac2019-12-12 14:04:14 +0800
commit7ddaa672d890c0883936790b35bdacc642a75ffa (patch)
treee80aed59ef2438afde3c28b31a5cb2681f115b47 /PKGBUILD
parentfc5940489cae47c876cf7db40c5e1300a1a4ec5e (diff)
downloadaur-7ddaa672d890c0883936790b35bdacc642a75ffa.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6a576d5753d..a87f50259312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.10.8
-pkgrel=9
+pkgver=1.10.9
+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=('af88697e2e2faf724dd8c42ff50842bfaa6631f55ea3f8fc35ceb1dda6c11fec')
+sha256sums=('8749e1653d14a2630e8143870da18ae9778456f2b3941058a497c089362c0b9b')
build() {
cd "$srcdir/$_name-$pkgver"