From a31e52b571aa2ffe615ff4b58b309995a2699cf6 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 04 Dec 2018 14:49:54 -0500 Subject: gpg, gpgv: Add library dependencies --- 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} . diff --git a/gpgv.pkg/control b/gpgv.pkg/control index 810c3c7..148d6e1 100644 --- a/gpgv.pkg/control +++ b/gpgv.pkg/control @@ -1,6 +1,9 @@ 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), Description: GNU Privacy Guard system - OpenPGP signature verification tool ${Common-Description} . -- cgit v0.9.1