[arch-commits] Commit in python-pytz/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Thu Dec 20 13:40:32 UTC 2018
Date: Thursday, December 20, 2018 @ 13:40:31
Author: jelle
Revision: 417005
upgpkg: python-pytz 2018.7-2
fix LICENSE permissions
Modified:
python-pytz/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-20 13:29:20 UTC (rev 417004)
+++ PKGBUILD 2018-12-20 13:40:31 UTC (rev 417005)
@@ -5,7 +5,7 @@
pkgname=('python-pytz' 'python2-pytz')
pkgver=2018.7
-pkgrel=1
+pkgrel=2
arch=('any')
url="http://pypi.python.org/pypi/pytz"
license=("MIT")
@@ -33,7 +33,7 @@
python3 setup.py install --root=$pkgdir/
- install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
@@ -45,5 +45,5 @@
python2 setup.py install --root="$pkgdir/"
- install -D LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
More information about the arch-commits
mailing list