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

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Mar 16 08:45:08 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-03-16 08:44:52 UTC (rev 308797)
+++ PKGBUILD	2018-03-16 08:45:07 UTC (rev 308798)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Oliver Lantwin <olantwin+aur at gmail.com>
-# Contributor: Gabriel Peixoto <gabrielrcp at gmail.com>
-
-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)
+++ PKGBUILD	2018-03-16 08:45:07 UTC (rev 308798)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Oliver Lantwin <olantwin+aur at gmail.com>
+# Contributor: Gabriel Peixoto <gabrielrcp at gmail.com>
+
+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:



More information about the arch-commits mailing list