summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fetchmail/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/fetchmail/PKGBUILD b/fetchmail/PKGBUILD
index 4ba08535c..bb2e43d06 100644
--- a/fetchmail/PKGBUILD
+++ b/fetchmail/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=fetchmail
pkgver=6.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A remote-mail retrieval utility"
arch=('i486' 'i686' 'pentium4' 'x86_64')
url="http://www.fetchmail.info"
license=('GPL')
_pinned_dependencies=(
'glibc>=2.31'
- 'openssl=3.4.0'
+ 'libcrypto.so=3'
+ 'libssl.so=3'
)
depends=("${_pinned_dependencies[@]}")
makedepends=('python')