diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 02:09:28 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-02 02:09:28 (EDT) |
commit | d4fd8fec8985793aef47430e5aaa7edd0586cc1b (patch) | |
tree | 3750898056be4f1d2427f9e62896c11337490da0 | |
parent | fed47464ae49296d771233fa32d7279a80c2a5a9 (diff) |
Fix binary package dependencies
-rw-r--r-- | gpgme-json.pkg/control | 2 | ||||
-rw-r--r-- | gpgme-tool.pkg/control | 4 | ||||
-rw-r--r-- | libgpgme.11.pkg/control | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gpgme-json.pkg/control b/gpgme-json.pkg/control index e1ad4d2..b42779d 100644 --- a/gpgme-json.pkg/control +++ b/gpgme-json.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Depends: libgpgme.11 (= ${Binary-Version}), - libgpg-error.so.0 (>= 1.24), + libgpg-error.0 (>= 1.24), Description: GnuPG Made Easy - JSON-based interface ${Common-Description} . diff --git a/gpgme-tool.pkg/control b/gpgme-tool.pkg/control index 51f6127..51c0a74 100644 --- a/gpgme-tool.pkg/control +++ b/gpgme-tool.pkg/control @@ -1,8 +1,8 @@ Architecture: any Platform: all Depends: libgpgme.11 (= ${Binary-Version}), - libgpg-error.so.0 (>= 1.24), - libassuan.so.0 (>= 2.4.2), + libgpg-error.0 (>= 1.24), + libassuan.0 (>= 2.4.2), Description: GnuPG Made Easy - Assuan server ${Common-Description} . diff --git a/libgpgme.11.pkg/control b/libgpgme.11.pkg/control index 74d3eee..a6d7a41 100644 --- a/libgpgme.11.pkg/control +++ b/libgpgme.11.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Depends: - libgpg-error.so.0 (>= 1.24), - libassuan.so.0 (>= 2.4.2), + libgpg-error.0 (>= 1.24), + libassuan.0 (>= 2.4.2), Description: GnuPG Made Easy ${Common-Description} |