summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-06 18:34:27 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-06 18:34:27 +0100
commitcd932a2f533196dcdec3a42e7576408a9c692c49 (patch)
tree9b8ed92f10358b54d9675ccafabf8855e02df7c4 /fetchmail
parent0bba39de0e3d155bd2031001db60b4b90578b7f9 (diff)
downloadarchlinuxewe-cd932a2f533196dcdec3a42e7576408a9c692c49.tar.xz
fetchmail: rebuild
Diffstat (limited to 'fetchmail')
-rw-r--r--fetchmail/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail/PKGBUILD b/fetchmail/PKGBUILD
index 578426d6a..104d807c8 100644
--- a/fetchmail/PKGBUILD
+++ b/fetchmail/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fetchmail
pkgver=6.4.33
-pkgrel=2
+pkgrel=3
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.0.7'
+ 'libcrypto.so=3'
)
depends=("${_pinned_dependencies[@]}")
makedepends=('python')