summaryrefslogtreecommitdiff
path: root/courier-authlib-devel/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-12-07 23:17:03 +0100
committerErich Eckner <git@eckner.net>2020-12-07 23:17:03 +0100
commit621e6d2ea2112d86b882f4d83ee5aaf10b153cc1 (patch)
tree0ae397ed8285c9ceff18f76cf734db41dc8c01fb /courier-authlib-devel/PKGBUILD
parent47af205dbc1be5f4560eb0da228cea4130898691 (diff)
downloadarchlinuxewe.git.save-621e6d2ea2112d86b882f4d83ee5aaf10b153cc1.tar.xz
courier-authlib-devel: rebuild
Diffstat (limited to 'courier-authlib-devel/PKGBUILD')
-rw-r--r--courier-authlib-devel/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/courier-authlib-devel/PKGBUILD b/courier-authlib-devel/PKGBUILD
index 4a8534b6..f8e1b7d2 100644
--- a/courier-authlib-devel/PKGBUILD
+++ b/courier-authlib-devel/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=courier-authlib-devel
_pkgname=${pkgname%-*}
pkgver=0.71.0.20201104
-pkgrel=4
+pkgrel=5
pkgdesc="Authentication library for the Courier mailserver(s)"
arch=(i686 pentium4 x86_64)
license=('GPL2')
@@ -22,13 +22,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'