summaryrefslogtreecommitdiff
path: root/courier-authlib-devel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'courier-authlib-devel/PKGBUILD')
-rw-r--r--courier-authlib-devel/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/courier-authlib-devel/PKGBUILD b/courier-authlib-devel/PKGBUILD
index 2cd17b1d5..68304cb31 100644
--- a/courier-authlib-devel/PKGBUILD
+++ b/courier-authlib-devel/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=courier-authlib-devel
_pkgname=${pkgname%-*}
pkgver=0.72.0.20231229
-pkgrel=1
+pkgrel=2
pkgdesc="Authentication library for the Courier mailserver(s)"
arch=(i686 pentium4 x86_64)
license=('GPL2')
@@ -18,15 +18,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')