summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2019-12-12 11:12:27 +0100
committerPhilipp A2019-12-12 11:12:27 +0100
commitd41f1c67f9974d63c6b280c8c6a47754f416eb49 (patch)
treebe35dc5c0939e9b130f7e88808aaa4f3a8297c6c /PKGBUILD
parent0282d1134f78f434e2929cfb52fed9c9107c6949 (diff)
downloadaur-d41f1c67f9974d63c6b280c8c6a47754f416eb49.tar.gz
fix permissions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6412a0b692b6..365e283a3333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=flit
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Simple packaging tool for simple Python packages.'
arch=('any')
url="http://$pkgname.readthedocs.io"
@@ -27,4 +27,5 @@ package() {
unzip "$_wheel_cli" -d "$site"
unzip "$_wheel_core" -d "$site"
install-wheel-scripts --prefix="$pkgdir/usr" "$_wheel_cli"
+ chmod 644 "$site/"*.dist-info/*
}