From 0f2937a3fec6f9d4f0fee7c3c3ebca1fb48ebb22 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 19 May 2020 09:08:50 +0200 Subject: courier-authlib-devel: fix meta-infos --- courier-authlib-devel/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'courier-authlib-devel/PKGBUILD') diff --git a/courier-authlib-devel/PKGBUILD b/courier-authlib-devel/PKGBUILD index a82fb463..7bc50ef0 100644 --- a/courier-authlib-devel/PKGBUILD +++ b/courier-authlib-devel/PKGBUILD @@ -9,7 +9,7 @@ pkgname=courier-authlib-devel _pkgname=${pkgname%-*} pkgver=0.70.0.20200518 -pkgrel=4 +pkgrel=1 pkgdesc="Authentication library for the Courier mailserver(s)" arch=(i686 pentium4 x86_64) license=('GPL2') @@ -23,6 +23,8 @@ optdepends=('sqlite: With support for the authsqlite authentication module' 'libldap: With support for the authldap authentication module' 'postgresql-libs: With support for the authpgsql authentication module' 'pam: With support for the authpam authentication module') +provides=("courier-authlib=${pkgver}") +conflicts=('courier-authlib') options=(!libtool !staticlibs emptydirs) install=${_pkgname}.install source=(https://downloads.sourceforge.net/project/courier/authlib-devel/${pkgver##*.}/${_pkgname}-${pkgver}.tar.bz2 -- cgit v1.2.3-54-g00ecf