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

Felix Yan felixonmars at archlinux.org
Wed Oct 4 15:24:48 UTC 2017


    Date: Wednesday, October 4, 2017 @ 15:24:46
  Author: felixonmars
Revision: 261481

upgpkg: python-tqdm 4.19.1-1

fix manpage

Modified:
  python-tqdm/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 15:22:49 UTC (rev 261480)
+++ PKGBUILD	2017-10-04 15:24:46 UTC (rev 261481)
@@ -41,6 +41,8 @@
   cd tqdm-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/{,share/}man
 }
 
 package_python2-tqdm() {
@@ -51,6 +53,8 @@
   install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
 
   mv "$pkgdir"/usr/bin/tqdm{,2}
+  mv "$pkgdir"/usr/{,share/}man
+  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list