summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc706abd313c..54e2dd8992e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=opensmtpd-snapshot
_pkgname=opensmtpd
-pkgver=201602131907p1
-pkgrel=2
+pkgver=201801101641p1
+pkgrel=1
pkgdesc='A FREE implementation of the server-side SMTP protocol. Latest snapshot.'
arch=('i686' 'x86_64')
url="http://www.opensmtpd.org/portable.html"
license=('BSD')
-depends=('libevent' 'pam' 'libasr-snapshot')
-conflicts=('sendmail' 'postfix' 'opensmtpd')
-provides=('opensmtpd')
+depends=('libevent' 'pam' 'openssl-1.0' 'libasr-snapshot')
+provides=('opensmtpd' 'smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
replaces=('opensmtpd-portable')
options=(emptydirs !strip)
backup=("etc/mail/smtpd.conf" "etc/mail/aliases")
@@ -20,7 +20,7 @@ source=("http://www.opensmtpd.org/archives/${_pkgname}-${pkgver}.tar.gz"
"smtpd.socket"
"smtpd.conf.patch"
"opensmtpd.sysusers")
-sha256sums=('0fd10cff59719523e41fe489ff5c1490c2898a2ce47b98e4bf39f07ba3562252'
+sha256sums=('00f9add1fec403fd065b033f5e577ada74dfaf4c3bda459a1cefb973f3e0c94b'
'655ca04a3b95e7424d625e60304387c5d73eb35997a7878089cae94e1dae5b27'
'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8'
'da42f59718713c70c24d001604cd123fbde1da4314abbe445347207d0d14f5e4'
@@ -40,7 +40,9 @@ build() {
--sbindir=/usr/bin \
--libexecdir=/usr/lib/smtpd \
--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
- --with-table-db
+ --with-table-db \
+ --with-libssl='/usr/lib/openssl-1.0' \
+ --with-cflags='-I/usr/include/openssl-1.0'
make
}