Date: Monday, August 22, 2022 @ 11:33:03
  Author: alerque
Revision: 1274671

upgpkg: glab 1.22.0-3; package subcommand man pages, fixes FS#74908

Modified:
  glab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-22 11:32:22 UTC (rev 1274670)
+++ PKGBUILD    2022-08-22 11:33:03 UTC (rev 1274671)
@@ -4,7 +4,7 @@
 
 pkgname=glab
 pkgver=1.22.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Cli tool to help work seamlessly with Gitlab from the command line'
 arch=(x86_64)
 url="https://github.com/profclems/$pkgname";
@@ -42,7 +42,7 @@
        cd "$_archive"
        install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
        install -Dm0755 -t "$pkgdir/usr/bin/" "$pkgname"
-       install -Dm0644 -t "$pkgdir/usr/share/man/man1/" "$pkgname.1"
+       install -Dm0644 -t "$pkgdir/usr/share/man/man1/" "$pkgname"*.1
        install -Dm0644 bash.completions 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
        install -Dm0644 fish.completions 
"$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
        install -Dm0644  zsh.completions 
"$pkgdir/usr/share/zsh/site-functions/_$pkgname"

Reply via email to