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

Morten Linderud foxboron at gemini.archlinux.org
Sat Oct 9 11:09:33 UTC 2021


    Date: Saturday, October 9, 2021 @ 11:09:33
  Author: foxboron
Revision: 1029132

upgpkg: fzf 0.27.2-2 - FS#71875 added fzf-tmux manpage

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-09 10:58:22 UTC (rev 1029131)
+++ PKGBUILD	2021-10-09 11:09:33 UTC (rev 1029132)
@@ -9,7 +9,7 @@
 
 pkgname=fzf
 pkgver=0.27.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')
 url='https://github.com/junegunn/fzf'
@@ -54,6 +54,7 @@
 
 	## Man page
 	install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
+	install -Dm644 man/man1/fzf-tmux.1 "$pkgdir"/usr/share/man/man1/fzf-tmux.1
 
 	## License
 	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE



More information about the arch-commits mailing list