diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-04 14:49:54 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-04 14:51:55 (EST) |
commit | a31e52b571aa2ffe615ff4b58b309995a2699cf6 (patch) | |
tree | df37f49153d22124bcb33de3d1b36174f667c6d4 /gpg.pkg/control | |
parent | 5e6ab260e1e7c07bab7e5126f80f8f82d9ff7236 (diff) |
gpg, gpgv: Add library dependencies
Diffstat (limited to 'gpg.pkg/control')
-rw-r--r-- | gpg.pkg/control | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gpg.pkg/control b/gpg.pkg/control index 2b26ea0..69a971a 100644 --- a/gpg.pkg/control +++ b/gpg.pkg/control @@ -1,6 +1,10 @@ Architecture: any Platform: all -Depends: gnupg-common (= ${Binary-Version}) +Depends: gnupg-common (= ${Binary-Version}), + libz.1, + libgcrypt.20 (>= 1.7.0), + libgpg-error.0 (>= 1.24), + libassuan.0 (>= 2.5.0), Description: GNU Privacy Guard system - OpenPGP encryption and signing tool ${Common-Description} . |