From 1e50faaa26bb67d85f7a036b751ef12f94f8f25c Mon Sep 17 00:00:00 2001 From: prspkt Date: Sun, 27 May 2018 14:01:17 +0000 Subject: [PATCH] community/lastpass-cli: upgrade to 1.3.1, improve abuild --- community/lastpass-cli/APKBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/community/lastpass-cli/APKBUILD b/community/lastpass-cli/APKBUILD index 8f4a9b3a945..7e40e510e84 100644 --- a/community/lastpass-cli/APKBUILD +++ b/community/lastpass-cli/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=lastpass-cli -pkgver=1.3.0 -pkgrel=1 +pkgver=1.3.1 +pkgrel=0 pkgdesc="LastPass command line interface tool" url="https://lastpass.com" arch="all" @@ -17,16 +17,18 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/${pkgname/-*/}/$pkgname/arch builddir="$srcdir/$pkgname-$pkgver" build() { - make -C "$builddir" all + cd "$builddir" + make all } package() { cd "$builddir" - make DESTDIR="$pkgdir/" install install-doc + make DESTDIR="$pkgdir" install install-doc } check() { - make -C "$builddir" test + cd "$builddir" + make test } zshcomp() { @@ -56,4 +58,4 @@ fishcomp() { "$subpkgdir"/usr/share/fish/completions/$pkgname.fish } -sha512sums="7a147e08ac4b8e4e895744f80c484db9da895f4439bccbc141fe17e480285c76479753c2b879c60258d740af39775a3fae225ad193b5e6379a1cae8862c2a3ae lastpass-cli-1.3.0.tar.gz" +sha512sums="092d28dc459719e662fbb2c5e92e8cc75be108aa9d7b62569ee44cb34dd9588e78151fdc5ad114c30e8de21c0b8803edc41db9295548c7cbfe6e537c9a52aad2 lastpass-cli-1.3.1.tar.gz"