From 96c3452f7ab25d933f0f15abb0bb0b91ab342b42 Mon Sep 17 00:00:00 2001 From: Alexander Mamay Date: Thu, 11 Aug 2016 15:58:20 +0600 Subject: [PATCH] lastpass-cli: update to 1.0.0. --- srcpkgs/lastpass-cli/template | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/srcpkgs/lastpass-cli/template b/srcpkgs/lastpass-cli/template index b20bc9edb0..1cdac997cc 100644 --- a/srcpkgs/lastpass-cli/template +++ b/srcpkgs/lastpass-cli/template @@ -1,7 +1,7 @@ # Template file for 'lastpass-cli' pkgname=lastpass-cli -version=0.9.0 -revision=2 +version=1.0.0 +revision=1 build_style=gnu-makefile make_build_target="all doc" make_install_target="install install-doc" @@ -12,7 +12,7 @@ maintainer="Michael Carlberg " license="GPL-2" homepage="https://lastpass.com/" distfiles="https://github.com/lastpass/lastpass-cli/archive/v${version}.tar.gz" -checksum=e7314f0dfeec86add7c19c053ee34bb7a176e462e71727d2b345481d2d136800 +checksum=42096c0bd3972b0e9cc9cef32fbf141e47b04b9e2387fb3abe8b105e135fb41e pre_build() { sed -i 's/^CFLAGS +=/override CFLAGS +=/g' Makefile @@ -20,13 +20,6 @@ pre_build() { } post_install() { - #make DESTDIR="$DESTDIR" install install-doc - - #vbin lpass - #vman lpass.1 - - vinstall contrib/lpass_bash_completion 644 usr/share/bash-completion/completions lpass - vmkdir usr/share/examples/lpass vcopy contrib/examples/* usr/share/examples/lpass }