summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-03-25 21:53:02 +0100
committerErich Eckner <git@eckner.net>2021-03-25 21:53:02 +0100
commitea5cb06870e397e85b5e314c218d98f30240af49 (patch)
tree0a44fafad8d67494ade2b10fdf8836709cbc3ed7 /fetchmail
parent0f7773eca205687558860b23c50757b3fa15fb12 (diff)
downloadarchlinuxewe-ea5cb06870e397e85b5e314c218d98f30240af49.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 09ea552bd..4a85d442f 100644
--- a/fetchmail/PKGBUILD
+++ b/fetchmail/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fetchmail
pkgver=6.4.17
-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.j'
+ 'openssl=1.1.1.k'
)
depends=("${_pinned_dependencies[@]}")
makedepends=('python2')