summaryrefslogtreecommitdiff
path: root/courier-authlib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'courier-authlib/PKGBUILD')
-rw-r--r--courier-authlib/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/courier-authlib/PKGBUILD b/courier-authlib/PKGBUILD
index 15c8e5416..fce18b922 100644
--- a/courier-authlib/PKGBUILD
+++ b/courier-authlib/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=courier-authlib
pkgver=0.71.3
-pkgrel=8
+pkgrel=9
pkgdesc="Authentication library for the Courier mailserver(s)"
arch=(i686 pentium4 x86_64)
license=('GPL2')
@@ -16,7 +16,7 @@ url="https://courier-mta.org/authlib/"
backup=('etc/authlib/authdaemonrc' 'etc/authlib/authldaprc' \
'etc/authlib/authmysqlrc' 'etc/authlib/authpgsqlrc')
_pinned_dependencies=(
- 'gcc-libs=11.1.0'
+ 'gcc-libs=11.2.0'
'glibc>=2.31'
'libcrypt.so=2'
'libgdbm.so=6'
@@ -24,7 +24,7 @@ _pinned_dependencies=(
'libmariadb.so=3'
'libpam.so=0'
'libpq.so=5'
- 'libtool=2.4.6+42+gb88cebd5'
+ 'libtool=2.4.6+59+gb55b1cc8'
'sqlite=3.37.2'
)
depends=('openssl' 'perl' 'expect' 'courier-unicode>=2.1' "${_pinned_dependencies[@]}")