From 3063767c4ff1b993249e63cf6c0b3ccf9109d0e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 11 Feb 2020 22:44:37 +0100 Subject: [PATCH] python3-esprima: leave builddir clean --- srcpkgs/python3-esprima/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template index aec8930a6bf..c4163c1d805 100644 --- a/srcpkgs/python3-esprima/template +++ b/srcpkgs/python3-esprima/template @@ -1,10 +1,10 @@ # Template file for 'python3-esprima' pkgname=python3-esprima version=4.0.1 -revision=2 -wrksrc="esprima-${version}" +revision=3 +create_wrksrc=yes +build_wrksrc="esprima-${version}" build_style=python3-module -pycompile_module="esprima" hostmakedepends="python3-setuptools" depends="python3 python3-setuptools" short_desc="ECMAScript parsing infrastructure for multipurpose analysis in Python3"