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

Levente Polyak anthraxx at archlinux.org
Wed Sep 27 15:53:51 UTC 2017


    Date: Wednesday, September 27, 2017 @ 15:53:51
  Author: anthraxx
Revision: 260703

upgpkg: python-colorclass 2.2.0-3 (doc path fix)

Modified:
  python-colorclass/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-27 15:52:00 UTC (rev 260702)
+++ PKGBUILD	2017-09-27 15:53:51 UTC (rev 260703)
@@ -4,7 +4,7 @@
 pkgbase=python-colorclass
 pkgname=('python-colorclass' 'python2-colorclass')
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Yet another ANSI color text library for colorful worry-free console applications'
 url='https://github.com/Robpol86/colorclass'
 arch=('any')
@@ -43,7 +43,7 @@
   cd ${_pyname}-${pkgver}
   python setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst example.py -t "${pkgdir}/usr/share/docs/${pkgname}"
+  install -Dm 644 README.rst example.py -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 package_python2-colorclass() {
@@ -51,7 +51,7 @@
   cd ${_pyname}-${pkgver}-py2
   python2 setup.py install --root="${pkgdir}" --prefix=/usr -O1 --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst example.py -t "${pkgdir}/usr/share/docs/${pkgname}"
+  install -Dm 644 README.rst example.py -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list