python3-Telethon: update to 1.1.1.

This commit is contained in:
maxice8 2018-07-27 18:15:19 -03:00
parent 9d3092cc81
commit 61e84c7b33

View file

@ -1,19 +1,19 @@
# Template file for 'python3-Telethon' # Template file for 'python3-Telethon'
pkgname=python3-Telethon pkgname=python3-Telethon
version=0.19.1 version=1.1.1
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="Telethon-${version}" wrksrc="Telethon-${version}"
build_style=python3-module build_style=python3-module
pycompile_module="telethon telethon_generator" pycompile_module="telethon telethon_generator"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-pyaes python3-rsa" depends="python3-pyaes python3-rsa python3-async_generator"
short_desc="Pure Python3 Telegram client library" short_desc="Pure Python3 Telegram client library"
maintainer="Orphaned <orphan@voidlinux.eu>" maintainer="Orphaned <orphan@voidlinux.eu>"
license="MIT" license="MIT"
homepage="https://lonamiwebs.github.io/Telethon" homepage="https://lonamiwebs.github.io/Telethon"
distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz" distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz"
checksum=740494ccb8274f6884bed8df6ad40ebd342114b323f047d8b329b0bb8d95d2ad checksum=27edacc716adb5cfb3e6699be1ed1714369bd07f3e79a3ee726181ec329b6d8e
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE