summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eed763a3ab0..7dead8cd5e20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = courier-mta
pkgdesc = IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig
pkgver = 0.75.0
- pkgrel = 4
+ pkgrel = 5
url = http://courier-mta.org
install = courier-mta.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d5781406bf78..4cf8af91a749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=courier-mta
pkgver=0.75.0
-pkgrel=4
+pkgrel=5
pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig"
arch=(i686 x86_64)
license=('GPL2')
@@ -73,7 +73,7 @@ build() {
--with-trashquota \
--with-random=/dev/urandom --without-ispell \
--with-mailuser=courier --with-mailgroup=courier \
- --with-certdb=/etc/ssl/certs/
+ --with-certdb=/etc/ssl/certs/ --with-gnutls
make
}