summaryrefslogtreecommitdiff
path: root/courier-authlib-devel/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-05-19 09:08:50 +0200
committerErich Eckner <git@eckner.net>2020-05-19 09:08:50 +0200
commit0f2937a3fec6f9d4f0fee7c3c3ebca1fb48ebb22 (patch)
treea05052c0b8910d5220e998b19e17f277c208bf6e /courier-authlib-devel/PKGBUILD
parent003adc3e287625721373610caab796e6262e3121 (diff)
downloadarchlinuxewe.git.save-0f2937a3fec6f9d4f0fee7c3c3ebca1fb48ebb22.tar.xz
courier-authlib-devel: fix meta-infos
Diffstat (limited to 'courier-authlib-devel/PKGBUILD')
-rw-r--r--courier-authlib-devel/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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