From 9b22ce0ab9c60bee9977d63b95ff7f32242b420d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Jun 2020 09:53:25 +0200 Subject: fetchmail: rebuild --- fetchmail/PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'fetchmail') diff --git a/fetchmail/PKGBUILD b/fetchmail/PKGBUILD index 31d1c2f9..a026efe2 100644 --- a/fetchmail/PKGBUILD +++ b/fetchmail/PKGBUILD @@ -2,12 +2,16 @@ pkgname=fetchmail pkgver=6.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="A remote-mail retrieval utility" arch=('i486' 'i686' 'pentium4' 'x86_64') url="http://www.fetchmail.info" license=('GPL') -depends=('openssl') +_pinned_dependencies=( + 'glibc>=2.31' + 'openssl=1.1.1.g' +) +depends=("${_pinned_dependencies[@]}") makedepends=('python2') optdepends=('tk: for using fetchmailconf' 'python2: for using fetchmailconf') -- cgit v1.2.3-54-g00ecf