summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--courier-authlib/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/courier-authlib/PKGBUILD b/courier-authlib/PKGBUILD
index 2ec8110d3..deb5746a8 100644
--- a/courier-authlib/PKGBUILD
+++ b/courier-authlib/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=courier-authlib
pkgver=0.72.3
-pkgrel=1
+pkgrel=2
pkgdesc="Authentication library for the Courier mailserver(s)"
arch=(i686 pentium4 x86_64)
license=('GPL2')
@@ -17,15 +17,15 @@ backup=('etc/authlib/authdaemonrc' 'etc/authlib/authldaprc' \
'etc/authlib/authmysqlrc' 'etc/authlib/authpgsqlrc')
_pinned_dependencies=(
'gcc-libs=14.2.1+r134+gab884fffe3fc'
- 'gdbm=1.24'
'glibc>=2.31'
+ 'libcrypt.so=2'
+ 'libgdbm.so=6'
'libldap=2.6.9'
+ 'libmariadb.so=3'
+ 'libpam.so=0'
+ 'libpq.so=5'
+ 'libsqlite3.so=0'
'libtool=2.5.4+r1+gbaa1fe41'
- 'libxcrypt=4.4.36'
- 'mariadb-libs=11.6.2'
- 'pam=1.7.0'
- 'postgresql-libs=16.3'
- 'sqlite=3.47.2'
)
depends=('openssl' 'perl' 'expect' 'courier-unicode>=2.1' "${_pinned_dependencies[@]}")
makedepends=('libldap')