summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-01-28 21:13:53 +0100
committerErich Eckner <git@eckner.net>2023-01-28 21:13:53 +0100
commit66841f7a51873aa8eba1e864f53624eb4ea9ed00 (patch)
tree99d79cafc96de0a5e3399386f05bc53499c2bb27 /fetchmail
parent5a0da15a22061486c46cd3fd2343ad23a61f5426 (diff)
downloadarchlinuxewe-66841f7a51873aa8eba1e864f53624eb4ea9ed00.tar.xz
fetchmail: fix _pinned_dependencies
Diffstat (limited to 'fetchmail')
-rw-r--r--fetchmail/PKGBUILD3
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')