summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEli Schwartz2017-11-17 09:31:42 -0500
committerEli Schwartz2017-11-17 09:31:42 -0500
commit43142d5c915e4794b7b940c2b77435aa386add60 (patch)
treeffde5da9517838d411755e9eadb334418b5ec825 /PKGBUILD
parented4e96589fa1d32d2759cd993689f65114cb9a1e (diff)
downloadaur-43142d5c915e4794b7b940c2b77435aa386add60.tar.gz
upgpkg: lastpass-cli-git 1.2.2.r4.g8d086f6-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 913238d01679..59da2813b49f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
pkgname=lastpass-cli-git
-pkgver=1.2.1.r2.ge72a522
+pkgver=1.2.2.r4.g8d086f6
pkgrel=1
pkgdesc="LastPass command line interface tool (git version)"
arch=('i686' 'x86_64')
@@ -14,6 +14,8 @@ depends=('openssl' 'curl' 'libxml2')
makedepends=('asciidoc' 'git' 'cmake')
optdepends=('xclip: clipboard support'
'pinentry: securely read passwords')
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("git+https://github.com/lastpass/${pkgname%-git}.git")
md5sums=('SKIP')