diff options
Diffstat (limited to 'community/lastpass-cli')
-rw-r--r-- | community/lastpass-cli/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lastpass-cli/APKBUILD b/community/lastpass-cli/APKBUILD index 7e40e510e8..8fa9eef9d5 100644 --- a/community/lastpass-cli/APKBUILD +++ b/community/lastpass-cli/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=lastpass-cli pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="LastPass command line interface tool" url="https://lastpass.com" arch="all" license="GPL-2.0-or-later" -makedepends="asciidoc bash cmake curl-dev libressl-dev libxml2-dev" +makedepends="asciidoc bash cmake curl-dev openssl-dev libxml2-dev" subpackages="$pkgname-doc $pkgname-zsh-completion:zshcomp:noarch $pkgname-bash-completion:bashcomp:noarch |