summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b1960f27bf8..db8b24cc0edf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ssmtp
pkgdesc = Extremely simple MTA to get mail off the system to a mailhub (with Fedora patches)
pkgver = 2.64
- pkgrel = 16
+ pkgrel = 17
url = https://packages.debian.org/stable/mail/ssmtp
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = ssmtp
arch = armv6h
arch = armv7h
license = GPL
+ makedepends = systemd
depends = openssl
depends = inetutils
provides = smtp-forwarder
@@ -37,4 +38,3 @@ pkgbase = ssmtp
md5sums = aeb4ed09a26eefea9a5f6ac755c4dff0
pkgname = ssmtp
-
diff --git a/PKGBUILD b/PKGBUILD
index a09b3300c415..6f0993760f15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=ssmtp
pkgver=2.64
-pkgrel=16
+pkgrel=17
pkgdesc="Extremely simple MTA to get mail off the system to a mailhub (with Fedora patches)"
arch=('i686' 'x86_64' 'armv7' 'aarch64' 'armv6h' 'armv7h')
license=('GPL')
url="https://packages.debian.org/stable/mail/ssmtp"
depends=('openssl' 'inetutils')
+makedepends=('systemd') # Needed for sysusers.d to create the 'mail' group
conflicts=('exim' 'smtp-forwarder')
provides=('smtp-forwarder')
backup=('etc/ssmtp/ssmtp.conf' 'etc/ssmtp/revaliases')