diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-24 15:06:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-24 15:06:51 +0000 |
commit | eed3f1e42bad7f8a63369246f2a366a6471ec06f (patch) | |
tree | 9a0bf8f8e3c75872027064b9211e536be0d101dd | |
parent | f2453c0492855484695dea72f70fe247533ea4ca (diff) | |
download | aports-eed3f1e42bad7f8a63369246f2a366a6471ec06f.tar.bz2 aports-eed3f1e42bad7f8a63369246f2a366a6471ec06f.tar.xz |
community/lastpass-cli: build fix
we need bash to run tests and we need bash in makedepends due to it is
dependency for subpackage
-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" |