diff options
author | Erich Eckner <git@eckner.net> | 2020-12-07 14:03:31 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-12-07 14:03:31 +0100 |
commit | 9b1d81183a71fc34412e012feaf85d54b7a53921 (patch) | |
tree | a85c5d936b51fb65c6df598dbe6d39d43fdf3608 /courier-authlib | |
parent | 7b843a08110301a040d6833b616457d603e832f6 (diff) | |
download | archlinuxewe-9b1d81183a71fc34412e012feaf85d54b7a53921.tar.xz |
courier-authlib: rebuild
Diffstat (limited to 'courier-authlib')
-rw-r--r-- | courier-authlib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/courier-authlib/PKGBUILD b/courier-authlib/PKGBUILD index b88a4a2f7..d0bba70b3 100644 --- a/courier-authlib/PKGBUILD +++ b/courier-authlib/PKGBUILD @@ -8,7 +8,7 @@ pkgname=courier-authlib pkgver=0.71.0 -pkgrel=8 +pkgrel=9 pkgdesc="Authentication library for the Courier mailserver(s)" arch=(i686 pentium4 x86_64) license=('GPL2') @@ -21,13 +21,13 @@ _pinned_dependencies=( 'glibc>=2.31' 'libcrypt.so=2' 'libmariadb.so=3' + 'libpam.so=0' 'libtool=2.4.6+42+gb88cebd5' - 'pam=1.5.0' 'postgresql-libs=12.5' 'sqlite=3.34.0' ) depends=('openssl' 'perl' 'expect' 'courier-unicode>=2.1' "${_pinned_dependencies[@]}") -makedepends=('pam' 'libldap' 'libmariadbclient' 'postgresql-libs>=8.3.0') +makedepends=('libldap') optdepends=('sqlite: With support for the authsqlite authentication module' 'libmariadbclient: With support for the authmysql authentication module' 'libldap: With support for the authldap authentication module' |