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

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Oct 4 17:08:10 UTC 2018


    Date: Thursday, October 4, 2018 @ 17:08:10
  Author: mtorromeo
Revision: 389561

Installed fish completions

Modified:
  lastpass-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-04 16:46:01 UTC (rev 389560)
+++ PKGBUILD	2018-10-04 17:08:10 UTC (rev 389561)
@@ -4,7 +4,7 @@
 
 pkgname=lastpass-cli
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="LastPass command line interface tool"
 arch=('x86_64')
 url="https://lastpass.com/"
@@ -26,6 +26,7 @@
   cd "$srcdir"/$pkgname-$pkgver
   make DESTDIR="$pkgdir" install install-doc
   install -Dm0644 contrib/lpass_zsh_completion "$pkgdir"/usr/share/zsh/site-functions/_lpass
+  install -Dm0644 contrib/completions-lpass.fish "$pkgdir"/usr/share/fish/completions/lpass.fish
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list