From 309e5ebc915a6c3511fbe26e8faac189a9d24387 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 29 Oct 2016 19:47:11 +0200 Subject: [PATCH] python-pycparser: update to 2.17. (#5074) File permissions in 2.17 are correct again, chmod in post_extract is not needed anymore. --- srcpkgs/python-pycparser/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template index 5304d6aada..645dba41ea 100644 --- a/srcpkgs/python-pycparser/template +++ b/srcpkgs/python-pycparser/template @@ -1,7 +1,7 @@ # Template file for 'python-pycparser' pkgname=python-pycparser -version=2.16 -revision=2 +version=2.17 +revision=1 noarch=yes wrksrc="pycparser-${version}" build_style=python-module @@ -13,12 +13,7 @@ maintainer="Alessio Sergi " homepage="https://github.com/eliben/pycparser" license="3-clause-BSD" distfiles="${PYPI_SITE}/p/pycparser/pycparser-${version}.tar.gz" -checksum=108f9ff23869ae2f8b38e481e7b4b4d4de1e32be968f29bbe303d629c34a6260 - -post_extract() { - # fix permissions - chmod -R go+rX . -} +checksum=0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6 post_install() { # replace bundled copy of ply