From 09c5dbb237be55059b6816f81295f2f122742a0a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Jul 2013 01:14:24 -0700 Subject: Fri Jul 26 01:13:58 PDT 2013 --- community/dbmail/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/dbmail/PKGBUILD') diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD index fc653a61e..f32125942 100644 --- a/community/dbmail/PKGBUILD +++ b/community/dbmail/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 94428 2013-07-24 17:40:58Z spupykin $ +# $Id: PKGBUILD 94475 2013-07-25 13:27:16Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sebastian Faltoni pkgname=dbmail -pkgver=3.1.0 +pkgver=3.1.1 pkgrel=1 pkgdesc="Fast and scalable sql based mail services" arch=('i686' 'x86_64') @@ -31,7 +31,7 @@ source=(http://www.dbmail.org/download/3.1/dbmail-${pkgver/_/-}.tar.gz dbmail-lmtpd.xinetd dbmail-pop3d.xinetd dbmail-timsieved.xinetd) -md5sums=('5dbf91cd8f562708fef904878a72e2fc' +md5sums=('8951dd9e055476fdf491c2dca013ede7' 'c4b5793c5422b62a675d4c66ff7e9300' '5a6297cb03c8d0b424f978ea1d7402de' '070db88538af9833f003f4cb516d337b' @@ -44,7 +44,8 @@ md5sums=('5dbf91cd8f562708fef904878a72e2fc' build() { cd $srcdir/dbmail-${pkgver/_/-}/ - [ -f Makefile ] || ./configure --prefix=/usr --sbindir=/usr/bin \ + [ -f Makefile ] || ./configure \ + --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc \ --with-ldap --with-sieve make } -- cgit v1.2.3-54-g00ecf