summaryrefslogtreecommitdiff
path: root/fetchmail
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-08-24 22:10:25 +0200
committerErich Eckner <git@eckner.net>2021-08-24 22:10:25 +0200
commit27fae27846173beeb642877a289cc79f680b5b95 (patch)
tree29469eb0b58763b97616566edd81bf65efc991ec /fetchmail
parente6389ae0c539537df71a020434aef01c4334be58 (diff)
downloadarchlinuxewe-27fae27846173beeb642877a289cc79f680b5b95.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 24649ba3a..20c7ec9d5 100644
--- a/fetchmail/PKGBUILD
+++ b/fetchmail/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fetchmail
pkgver=6.4.21
-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.k'
+ 'openssl=1.1.1.l'
)
depends=("${_pinned_dependencies[@]}")
makedepends=('python')