[arch-commits] Commit in lastpass-cli/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-17 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 17, 2019 @ 13:37:35
  Author: mtorromeo
Revision: 451859

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-17 13:37:19 UTC (rev 451858)
+++ PKGBUILD2019-04-17 13:37:35 UTC (rev 451859)
@@ -1,32 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Oliver Lantwin 
-# Contributor: Gabriel Peixoto 
-
-pkgname=lastpass-cli
-pkgver=1.3.2
-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=('755338967d8bf39b8c6c9cf46f265896122c01b8e8453e4310ec043d63d8337a')
-
-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:

Copied: lastpass-cli/repos/community-x86_64/PKGBUILD (from rev 451858, 
lastpass-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-17 13:37:35 UTC (rev 451859)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Oliver Lantwin 
+# Contributor: Gabriel Peixoto 
+
+pkgname=lastpass-cli
+pkgver=1.3.3
+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=('f38e1ee7e06e660433a575a23b061c2f66ec666d746e988716b2c88de59aed73')
+
+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:


[arch-commits] Commit in lastpass-cli/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-12 Thread Massimiliano Torromeo via arch-commits
Date: Friday, April 12, 2019 @ 14:40:52
  Author: mtorromeo
Revision: 451276

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 14:40:36 UTC (rev 451275)
+++ PKGBUILD2019-04-12 14:40:52 UTC (rev 451276)
@@ -1,32 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Oliver Lantwin 
-# Contributor: Gabriel Peixoto 
-
-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:

Copied: lastpass-cli/repos/community-x86_64/PKGBUILD (from rev 451275, 
lastpass-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 14:40:52 UTC (rev 451276)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Oliver Lantwin 
+# Contributor: Gabriel Peixoto 
+
+pkgname=lastpass-cli
+pkgver=1.3.2
+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=('755338967d8bf39b8c6c9cf46f265896122c01b8e8453e4310ec043d63d8337a')
+
+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:


[arch-commits] Commit in lastpass-cli/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-04 Thread Massimiliano Torromeo via arch-commits
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
===
--- PKGBUILD2018-10-04 17:08:10 UTC (rev 389561)
+++ PKGBUILD2018-10-04 17:08:26 UTC (rev 389562)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Oliver Lantwin 
-# Contributor: Gabriel Peixoto 
-
-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)
+++ PKGBUILD2018-10-04 17:08:26 UTC (rev 389562)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Oliver Lantwin 
+# Contributor: Gabriel Peixoto 
+
+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:


[arch-commits] Commit in lastpass-cli/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-16 Thread Massimiliano Torromeo via arch-commits
Date: Friday, March 16, 2018 @ 08:45:07
  Author: mtorromeo
Revision: 308798

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-16 08:44:52 UTC (rev 308797)
+++ PKGBUILD2018-03-16 08:45:07 UTC (rev 308798)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Oliver Lantwin 
-# Contributor: Gabriel Peixoto 
-
-pkgname=lastpass-cli
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="LastPass command line interface tool"
-arch=('i686' 'x86_64')
-url="https://lastpass.com/";
-license=('GPL2')
-depends=('openssl' 'curl' 'libxml2')
-makedepends=('asciidoc' 'cmake')
-optdepends=('xclip: clipboard support'
-'pinentry: securely read passwords')
-source=("https://github.com/lastpass/lastpass-cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('26c93ae610932139dacaff2e0f916c5628def48bb4129b4099101cf4e6c7c499')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr"
-   make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install install-doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lastpass-cli/repos/community-x86_64/PKGBUILD (from rev 308797, 
lastpass-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-16 08:45:07 UTC (rev 308798)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Oliver Lantwin 
+# Contributor: Gabriel Peixoto 
+
+pkgname=lastpass-cli
+pkgver=1.3.0
+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=('bbcfd673d668287e773eef44da65fbd2f292daa213a39528f31037c528dbcfe4')
+
+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: