summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-02-22 03:30:11 +0800
committerlilac2020-02-22 03:30:11 +0800
commit9e01fec1e5c788008daf1b23ea283dee23a4d6f0 (patch)
tree2cf8af8e865c56f7fcd5cc83faab4c471c1a280e /PKGBUILD
parent04907fe8ecc0fc7cace459982c9dedf27c81f555 (diff)
downloadaur-9e01fec1e5c788008daf1b23ea283dee23a4d6f0.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 cf56f5026e6a..3a7f80e05838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_name=Telethon
pkgname=python-telethon
-pkgver=1.11.0
+pkgver=1.11.1
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=('9d13512038f62b0fba266a510b500e57d4cfe8013ce9a7b613725ab7de96321a')
+sha256sums=('884fa8eed4aa18d1b8a78e188a7a3bf434f8908d2b218951b52bf3046e01501a')
build() {
cd "$srcdir/$_name-$pkgver"