summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-02-22 10:12:40 +0800
committerlilac2020-02-22 10:12:40 +0800
commit435be3e7573ec46c2b13d8346e14a2aaed510b02 (patch)
tree800dea38f49c446bb5b96b17db25cc237b58e610 /PKGBUILD
parent9e01fec1e5c788008daf1b23ea283dee23a4d6f0 (diff)
downloadaur-435be3e7573ec46c2b13d8346e14a2aaed510b02.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a7f80e05838..e4e16c3f243b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.11.1
+pkgver=1.11.2
pkgrel=1
pkgdesc="Full-featured Telegram client library for Python 3"
arch=(any)
@@ -9,7 +9,7 @@ license=(MIT)
depends=('python-pyaes' 'python-rsa')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('884fa8eed4aa18d1b8a78e188a7a3bf434f8908d2b218951b52bf3046e01501a')
+sha256sums=('89aea96e03639ac3aea75e55c75e53185226678eb5e953e751b69dbf781fe5ce')
build() {
cd "$srcdir/$_name-$pkgver"