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

Jelle van der Waa jelle at archlinux.org
Wed Dec 19 20:14:06 UTC 2018


    Date: Wednesday, December 19, 2018 @ 20:14:05
  Author: jelle
Revision: 416771

Fix license 755

Modified:
  python-html5lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-19 18:08:40 UTC (rev 416770)
+++ PKGBUILD	2018-12-19 20:14:05 UTC (rev 416771)
@@ -6,7 +6,7 @@
 pkgbase=python-html5lib
 pkgname=('python2-html5lib' 'python-html5lib')
 pkgver=1.0.1
-pkgrel=3
+pkgrel=4
 arch=('any')
 url="https://github.com/html5lib"
 license=('MIT')
@@ -48,7 +48,7 @@
     cd "${srcdir}"/html5lib-python-${pkgver}
 
     python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm755 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python2-html5lib() {
@@ -59,5 +59,5 @@
     cd "${srcdir}"/html5lib-python-${pkgver}
 
     python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    install -Dm755 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+    install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }



More information about the arch-commits mailing list