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

Levente Polyak anthraxx at archlinux.org
Thu Jan 10 20:46:50 UTC 2019


    Date: Thursday, January 10, 2019 @ 20:46:39
  Author: anthraxx
Revision: 422058

upgpkg: python-service_identity 18.1.0-2

Modified:
  python-service_identity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-10 20:44:29 UTC (rev 422057)
+++ PKGBUILD	2019-01-10 20:46:39 UTC (rev 422058)
@@ -4,7 +4,7 @@
 pkgname=('python-service_identity' 'python2-service_identity')
 _pyname=${pkgbase/python-/}
 pkgver=18.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Service Identity Verification for Python'
 url='https://service-identity.readthedocs.io/'
 arch=('any')
@@ -50,8 +50,8 @@
   python2 setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/${_pyname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm 644 docs/_build-py2/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build-py2/man/${_pyname}.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list