[arch-commits] Commit in opendkim/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Mar 28 10:20:00 UTC 2016


    Date: Monday, March 28, 2016 @ 12:19:59
  Author: spupykin
Revision: 168689

upgpkg: opendkim 2.10.3-3

upd

Modified:
  opendkim/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-28 10:13:25 UTC (rev 168688)
+++ PKGBUILD	2016-03-28 10:19:59 UTC (rev 168689)
@@ -4,12 +4,12 @@
 
 pkgname=opendkim
 pkgver=2.10.3
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter."
 arch=(i686 x86_64)
 url="http://www.opendkim.org/"
 license=('BSD' 'custom:Sendmail')
-depends=("db" "openssl" "libbsd" "opendbx")
+depends=("db" "openssl" "libbsd" "opendbx" "libldap")
 makedepends=("libmilter")
 options=(!emptydirs)
 backup=(etc/conf.d/opendkim)
@@ -24,7 +24,7 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sbindir=/usr/bin --with-db \
-    --with-odbx --with-sql-backend
+    --with-odbx --with-sql-backend --with-openldap
   make
 }
 



More information about the arch-commits mailing list