diff options
Diffstat (limited to 'courier-authlib/PKGBUILD')
-rw-r--r-- | courier-authlib/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/courier-authlib/PKGBUILD b/courier-authlib/PKGBUILD index ed73862bf..319be1e69 100644 --- a/courier-authlib/PKGBUILD +++ b/courier-authlib/PKGBUILD @@ -8,7 +8,7 @@ pkgname=courier-authlib pkgver=0.71.4 -pkgrel=3 +pkgrel=4 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.2.0' + 'gcc-libs=12.1.0' 'glibc>=2.31' 'libcrypt.so=2' 'libgdbm.so=6' |