From 6429c2c8bb6b86a72c818bbc6b4335f5e865bacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 6 Mar 2019 15:27:43 +0100 Subject: [PATCH] python-voluptuous: fix permissions --- srcpkgs/python-voluptuous/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-voluptuous/template b/srcpkgs/python-voluptuous/template index 1031660d5f4..fd44ae2e324 100644 --- a/srcpkgs/python-voluptuous/template +++ b/srcpkgs/python-voluptuous/template @@ -1,7 +1,7 @@ # Template file for 'python-voluptuous' pkgname=python-voluptuous version=0.11.5 -revision=1 +revision=2 archs=noarch wrksrc="voluptuous-${version}" build_style=python-module @@ -18,6 +18,7 @@ checksum=567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef post_install() { vlicense COPYING + chmod o+r -R ${DESTDIR}/usr/lib } python3-voluptuous_package() {