From a04a56cf708d148392918597d00962c782d46173 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 20 May 2018 20:32:04 +0200 Subject: [PATCH] python3-Telethon: fix pycompile_module and depends --- srcpkgs/python3-Telethon/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template index fa07457d3b..2a3bdc33cd 100644 --- a/srcpkgs/python3-Telethon/template +++ b/srcpkgs/python3-Telethon/template @@ -1,19 +1,19 @@ # Template file for 'python3-Telethon' pkgname=python3-Telethon version=0.18.3 -revision=1 +revision=2 +noarch=yes wrksrc="Telethon-${version}" build_style=python3-module -pycompile_module="telethon" +pycompile_module="telethon telethon_generator" hostmakedepends="python3-setuptools" -depends="python3-pyaes python3-rsa python3-typing" +depends="python3-pyaes python3-rsa" short_desc="Pure Python3 Telegram client library" maintainer="maxice8 " license="MIT" homepage="https://lonamiwebs.github.io/Telethon" distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz" checksum=e9c8a94703b33031c9c87b647b168e1b5a99c6226fc40da2d67a41526c58fb92 -noarch=yes post_install() { vlicense LICENSE