summaryrefslogtreecommitdiff
path: root/community/dbmail/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dbmail/PKGBUILD')
-rw-r--r--community/dbmail/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD
index 1c55c9bdd..3eb190db8 100644
--- a/community/dbmail/PKGBUILD
+++ b/community/dbmail/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 93423 2013-07-03 11:48:53Z spupykin $
+# $Id: PKGBUILD 94954 2013-08-01 13:33:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com>
pkgname=dbmail
-pkgver=3.0.3pre
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
pkgdesc="Fast and scalable sql based mail services"
arch=('i686' 'x86_64' 'mips64el')
-depends=('gmime24' 'libzdb' 'mhash' 'libevent')
+depends=('gmime' 'libzdb' 'mhash' 'libevent')
makedepends=('asciidoc' 'xmlto' 'docbook-xsl' 'docbook-xml' 'postgresql-libs>=8.4.1'
'sqlite' 'libmysqlclient' 'libldap>=2.4.18' 'libsieve'
'git')
@@ -21,8 +21,7 @@ backup=(etc/xinetd.d/dbmail-imapd
etc/xinetd.d/dbmail-pop3d
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
-#source=(http://www.dbmail.org/download/3.0/dbmail-${pkgver/_/-}.tar.gz
-source=("$pkgname-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_0"
+source=(http://www.dbmail.org/download/3.1/dbmail-${pkgver/_/-}.tar.gz
dbmail.tmpfiles
dbmail-imapd.service
dbmail-lmtpd.service
@@ -32,7 +31,7 @@ source=("$pkgname-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_0"
dbmail-lmtpd.xinetd
dbmail-pop3d.xinetd
dbmail-timsieved.xinetd)
-md5sums=('SKIP'
+md5sums=('905bf87cad4336e161b3d0d9cd5311bd'
'c4b5793c5422b62a675d4c66ff7e9300'
'5a6297cb03c8d0b424f978ea1d7402de'
'070db88538af9833f003f4cb516d337b'
@@ -45,7 +44,8 @@ md5sums=('SKIP'
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
}