From d5cc00c07f36e3edff10c70b3d99cff4f8621a78 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 1 Aug 2016 13:44:24 +0200 Subject: [PATCH] python-httplib2: fix botched permissions, update url --- srcpkgs/python-httplib2/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template index a2f37cf6cd8..deb59c398d6 100644 --- a/srcpkgs/python-httplib2/template +++ b/srcpkgs/python-httplib2/template @@ -1,7 +1,7 @@ # Template file for 'python-httplib2' pkgname=python-httplib2 version=0.9.2 -revision=1 +revision=2 noarch=yes patch_args="-Np1" wrksrc="httplib2-${version}" @@ -12,11 +12,15 @@ depends="python ca-certificates" pycompile_module="httplib2" short_desc="A comprehensive HTTP client library (Python2)" maintainer="Juan RP " -homepage="https://github.com/jcgregorio/httplib2/" +homepage="https://github.com/httplib2/httplib2" license="MIT" distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz" checksum=c3aba1c9539711551f4d83e857b316b5134a1c4ddce98a875b7027be7dd6d988 +post_extract() { + chmod -R a+rX . +} + python3.4-httplib2_package() { noarch=yes depends="python3.4"