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

David Runge dvzrv at gemini.archlinux.org
Mon Sep 20 20:26:27 UTC 2021


    Date: Monday, September 20, 2021 @ 20:26:26
  Author: dvzrv
Revision: 1019693

upgpkg: pyenv 2.0.7-2: Rebuild to add missing man page.

The upstream provided man page has not been part of the package yet:
https://bugs.archlinux.org/task/71909

Modified:
  pyenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 20:23:47 UTC (rev 1019692)
+++ PKGBUILD	2021-09-20 20:26:26 UTC (rev 1019693)
@@ -2,7 +2,7 @@
 
 pkgname=pyenv
 pkgver=2.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Easily switch between multiple versions of Python"
 arch=('any')
 url="https://github.com/pyenv/pyenv"
@@ -51,6 +51,8 @@
     "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
   install -vDm 644 completions/${pkgname}.zsh \
     "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  # man page
+  install -vDm 644 man/man1/*.1 -t "${pkgdir}/usr/share/man/man1/"
   # docs
   install -vDm 644 {CHANGELOG,COMMANDS,README}.md \
     -t "${pkgdir}/usr/share/doc/${pkgname}"



More information about the arch-commits mailing list