aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-07-29 12:37:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-07-29 14:49:38 +0200
commit98e71e33c3396213578ce367be06508d5535954d (patch)
tree3e848a1603e08561b98b27b2352197358b624823
parent2cd07a16f74662e33b7393f531b55ea0a42cc3ec (diff)
community/pass: add gnupg as makedepends
Help build order resolver to find cmd:gpg2 by adding gnupg to makedepends. (cherry picked from commit cc43f7d8dfb9a350b9d88ba8413f9dbe6c3c820b)
-rw-r--r--community/pass/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/pass/APKBUILD b/community/pass/APKBUILD
index e70158a9164..0afda1d1c48 100644
--- a/community/pass/APKBUILD
+++ b/community/pass/APKBUILD
@@ -10,6 +10,7 @@ url="https://www.passwordstore.org"
arch="noarch"
license="GPL-2.0-or-later"
depends="bash tree cmd:gpg2"
+makedepends="gnupg"
checkdepends="git"
subpackages="$pkgname-doc
$pkgname-contrib