Date: Thursday, October 4, 2018 @ 17:08:26
  Author: mtorromeo
Revision: 389562

archrelease: copy trunk to community-x86_64

Added:
  lastpass-cli/repos/community-x86_64/PKGBUILD
    (from rev 389561, lastpass-cli/trunk/PKGBUILD)
Deleted:
  lastpass-cli/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-10-04 17:08:10 UTC (rev 389561)
+++ PKGBUILD    2018-10-04 17:08:26 UTC (rev 389562)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
-# Contributor: Oliver Lantwin <olantwin+...@gmail.com>
-# Contributor: Gabriel Peixoto <gabriel...@gmail.com>
-
-pkgname=lastpass-cli
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="LastPass command line interface tool"
-arch=('x86_64')
-url="https://lastpass.com/";
-license=('GPL2')
-depends=('openssl' 'curl' 'libxml2')
-makedepends=('asciidoc' 'cmake' 'bash-completion')
-optdepends=('xclip: clipboard support'
-            'pinentry: securely read passwords')
-source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('25dc9a0c99a10ee70b5b3991d525448c25f312cc69fa0216d7ac70c4ae384b1b')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr"
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-doc
-  install -Dm0644 contrib/lpass_zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_lpass
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lastpass-cli/repos/community-x86_64/PKGBUILD (from rev 389561, 
lastpass-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-10-04 17:08:26 UTC (rev 389562)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com>
+# Contributor: Oliver Lantwin <olantwin+...@gmail.com>
+# Contributor: Gabriel Peixoto <gabriel...@gmail.com>
+
+pkgname=lastpass-cli
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="LastPass command line interface tool"
+arch=('x86_64')
+url="https://lastpass.com/";
+license=('GPL2')
+depends=('openssl' 'curl' 'libxml2')
+makedepends=('asciidoc' 'cmake' 'bash-completion')
+optdepends=('xclip: clipboard support'
+            'pinentry: securely read passwords')
+source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('25dc9a0c99a10ee70b5b3991d525448c25f312cc69fa0216d7ac70c4ae384b1b')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr"
+  make
+}
+
+package() {
+  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:

Reply via email to