From a88abd2989ff0445d7c82870183b6b4a923ca624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 11 Feb 2020 22:44:36 +0100 Subject: [PATCH] python3-TxSNI: leave builddir clean --- srcpkgs/python3-TxSNI/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template index d9d7c2a0c83..22b38d1d3cf 100644 --- a/srcpkgs/python3-TxSNI/template +++ b/srcpkgs/python3-TxSNI/template @@ -1,11 +1,11 @@ # Template file for 'python3-TxSNI' pkgname=python3-TxSNI version=0.1.9 -revision=2 +revision=3 archs=noarch -wrksrc="TxSNI-${version}" +create_wrksrc=yes +build_wrksrc="TxSNI-${version}" build_style=python3-module -pycompile_module="txsni" hostmakedepends="python3-setuptools" depends="python3-Twisted python3-openssl" short_desc="Easy-to-use SNI endpoint for twisted"