From e5a21723d2c11a28c040d83f93456af5aaaedf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 11 Feb 2020 22:42:34 +0100 Subject: [PATCH] python-httplib2: leave builddir clean --- srcpkgs/python-httplib2/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template index 9cf4c293d87..3a31c396621 100644 --- a/srcpkgs/python-httplib2/template +++ b/srcpkgs/python-httplib2/template @@ -1,11 +1,11 @@ # Template file for 'python-httplib2' pkgname=python-httplib2 version=0.14.0 -revision=2 +revision=3 archs=noarch -wrksrc="httplib2-${version}" +create_wrksrc=yes +build_wrksrc="httplib2-${version}" build_style=python-module -pycompile_module="httplib2" hostmakedepends="python-setuptools python3-setuptools" depends="python ca-certificates" short_desc="Comprehensive HTTP client library (Python2)" @@ -30,7 +30,6 @@ post_install() { python3-httplib2_package() { archs=noarch - pycompile_module="httplib2" depends="python3 ca-certificates" short_desc="${short_desc/Python2/Python3}" pkg_install() {