[arch-commits] Commit in python-mako/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Dec 18 17:12:13 UTC 2018


    Date: Tuesday, December 18, 2018 @ 17:12:12
  Author: felixonmars
Revision: 342520

upgpkg: python-mako 1.0.7-3

fix permission of license file

Modified:
  python-mako/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-18 17:11:28 UTC (rev 342519)
+++ PKGBUILD	2018-12-18 17:12:12 UTC (rev 342520)
@@ -3,7 +3,7 @@
 pkgbase=python-mako
 pkgname=('python-mako' 'python2-mako')
 pkgver=1.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
 arch=('any')
 url="http://www.makotemplates.org/"
@@ -43,7 +43,7 @@
 
   cd Mako-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-mako() {
@@ -51,7 +51,7 @@
 
   cd Mako-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   mv "$pkgdir"/usr/bin/mako-render{,2}
 }



More information about the arch-commits mailing list