diff options
author | Erich Eckner <git@eckner.net> | 2020-05-19 09:08:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-05-19 09:08:50 +0200 |
commit | 0f2937a3fec6f9d4f0fee7c3c3ebca1fb48ebb22 (patch) | |
tree | a05052c0b8910d5220e998b19e17f277c208bf6e | |
parent | 003adc3e287625721373610caab796e6262e3121 (diff) | |
download | archlinuxewe-0f2937a3fec6f9d4f0fee7c3c3ebca1fb48ebb22.tar.xz |
courier-authlib-devel: fix meta-infos
-rw-r--r-- | courier-authlib-devel/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/courier-authlib-devel/PKGBUILD b/courier-authlib-devel/PKGBUILD index a82fb463e..7bc50ef09 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 |