summaryrefslogtreecommitdiff
path: root/community/dbmail/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-03 03:32:55 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-03 03:32:55 +0000
commit11196316291f49af2bacd1b4531e0a548729dea2 (patch)
treec0ae60259974e11fa566cc66836cbffe0594376e /community/dbmail/PKGBUILD
parent62ef4573f0f6a0a2ccaee3967ec3845afb6faaf0 (diff)
Tue Jun 3 03:28:08 UTC 2014
Diffstat (limited to 'community/dbmail/PKGBUILD')
-rw-r--r--community/dbmail/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD
index a5b65c902..e9f7fdb0c 100644
--- a/community/dbmail/PKGBUILD
+++ b/community/dbmail/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 107773 2014-03-19 12:02:14Z spupykin $
+# $Id: PKGBUILD 112473 2014-06-02 14:02:07Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com>
pkgname=dbmail
-pkgver=3.1.13
+pkgver=3.1.15
pkgrel=1
pkgdesc="Fast and scalable sql based mail services"
arch=('i686' 'x86_64')
@@ -21,30 +21,30 @@ backup=(etc/xinetd.d/dbmail-imapd
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
#source=("dbmail-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_1"
-source=("http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz"
+#source=("http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz"
+source=("dbmail-$pkgver.tar.gz::http://git.dbmail.eu/paul/dbmail/snapshot/dbmail-$pkgver.tar.gz"
"dbmail-imapd.xinetd"
"dbmail-lmtpd.xinetd"
"dbmail-pop3d.xinetd"
"dbmail-timsieved.xinetd"
"dbmail-7-systemd.diff")
-md5sums=('528f718a9c3909fbd5c0d77f9dfcb68b'
+md5sums=('84d1af55891f0e2259e5f11462ddd997'
'890de13361afbdf4fed12d6d7eb53e66'
'961593658cd596297d03d25eb9c9e98f'
'4cb764894abd3914802e90602bf90a0c'
'e78dc86355f9aaf24590bc7c6611162f'
- 'a781a4ebe2dd75ed635c9b4a239b38d8')
+ '225d7ddcc357b4fd65e4b6a2719d0476')
prepare() {
cd $srcdir/dbmail-${pkgver}/
patch -Rp1 <$srcdir/dbmail-7-systemd.diff
- aclocal
- automake --add-missing
- autoreconf
}
build() {
cd $srcdir/dbmail-${pkgver}/
- automake
+ aclocal
+ automake --add-missing
+ autoreconf
[ -f Makefile ] || ./configure \
--prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc \
--with-ldap --with-sieve \