summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
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 a1a23b67..74aa97cf 100644
--- a/fetchmail/PKGBUILD
+++ b/fetchmail/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fetchmail
pkgver=6.4.12
-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=1.1.1.g'
+ 'openssl=1.1.1.h'
)
depends=("${_pinned_dependencies[@]}")
makedepends=('python2')