summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-05 09:53:25 +0200
committerErich Eckner <git@eckner.net>2020-06-05 09:53:25 +0200
commit9b22ce0ab9c60bee9977d63b95ff7f32242b420d (patch)
treeeac4557b79fbe6bd639f6bc388d66ff1317d7136 /fetchmail
parentd6a4b7281e493c273a9048f1ec029aa26a6daab1 (diff)
downloadarchlinuxewe.git.save-9b22ce0ab9c60bee9977d63b95ff7f32242b420d.tar.xz
fetchmail: rebuild
Diffstat (limited to 'fetchmail')
-rw-r--r--fetchmail/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
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')