diff options
Diffstat (limited to 'community/lastpass-cli/APKBUILD')
-rw-r--r-- | community/lastpass-cli/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lastpass-cli/APKBUILD b/community/lastpass-cli/APKBUILD index 8cf6e8a1c5..1c93abc340 100644 --- a/community/lastpass-cli/APKBUILD +++ b/community/lastpass-cli/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="LastPass command line interface tool" url="https://lastpass.com/" arch="all" license="GPL2" -makedepends="libressl-dev curl-dev libxml2-dev asciidoc cmake" +makedepends="libressl-dev curl-dev libxml2-dev asciidoc cmake bash" subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/${pkgname/-*/}/$pkgname/archive/v${pkgver}.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |