aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-19 18:44:54 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-19 18:44:54 -0300
commitdd165531a727519ebea4ff1cd99a1d83fddf937e (patch)
tree323eeccea1911884bd1cb08714775152cb24e5d0 /community
parent095aa9b9d43ab66326fdf35df1dcb975f83851cf (diff)
downloadaports-dd165531a727519ebea4ff1cd99a1d83fddf937e.tar.bz2
aports-dd165531a727519ebea4ff1cd99a1d83fddf937e.tar.xz
community/py3-prettytable: fix permissions
fixes #11235
Diffstat (limited to 'community')
-rw-r--r--community/py3-prettytable/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-prettytable/APKBUILD b/community/py3-prettytable/APKBUILD
index b675b670c1..a176e285ea 100644
--- a/community/py3-prettytable/APKBUILD
+++ b/community/py3-prettytable/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-prettytable
_pkgname=prettytable
pkgver=0.7.2
-pkgrel=4
+pkgrel=5
pkgdesc="Python library for easily displaying tabular data"
url="https://code.google.com/p/prettytable"
arch="noarch"
@@ -26,6 +26,7 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
+ chmod a+rX "$pkgdir"/usr/lib/python3*/site-packages/*.egg-info/*
}
sha512sums="84611b9ad11bd428cdb00795e0a9baff44d027331b73ed1742596acda8acc8aca3df4276fa2f2ca2289f10b2989b3c86556de70bca6a9773b15cd80c54c33117 prettytable-0.7.2.tar.gz"