From 219bed358cb2614e3960288c673b66f536a833cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 28 Jul 2020 19:49:03 +0200 Subject: [PATCH] python3-Telethon: remove tests --- srcpkgs/python3-Telethon/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template index ff62ee99a67..25ccd5200e5 100644 --- a/srcpkgs/python3-Telethon/template +++ b/srcpkgs/python3-Telethon/template @@ -1,7 +1,7 @@ # Template file for 'python3-Telethon' pkgname=python3-Telethon version=1.13.0 -revision=1 +revision=2 archs=noarch wrksrc="Telethon-${version}" build_style=python3-module @@ -15,5 +15,6 @@ distfiles="https://github.com/LonamiWebs/Telethon/archive/v${version}.tar.gz" checksum=a3d6813fd63ec71756a6aff3a59480ff07a137f90b4d2231f4616483e66a4ade post_install() { + rm -r ${DESTDIR}/${py3_sitelib}/tests vlicense LICENSE }