diff options
Diffstat (limited to 'fetchmail')
-rw-r--r-- | fetchmail/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail/PKGBUILD b/fetchmail/PKGBUILD index 0f8babf23..f4d635820 100644 --- a/fetchmail/PKGBUILD +++ b/fetchmail/PKGBUILD @@ -2,7 +2,7 @@ pkgname=fetchmail pkgver=6.4.35 -pkgrel=1 +pkgrel=2 pkgdesc="A remote-mail retrieval utility" arch=('i486' 'i686' 'pentium4' 'x86_64') url="http://www.fetchmail.info" @@ -10,6 +10,7 @@ license=('GPL') _pinned_dependencies=( 'glibc>=2.31' 'libcrypto.so=3' + 'libssl.so=3' ) depends=("${_pinned_dependencies[@]}") makedepends=('python') |