summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD. Can Celasun2021-12-20 08:50:28 +0000
committerD. Can Celasun2021-12-20 08:50:28 +0000
commitfee40289ade71028d6816b5dc80a3b418b110e04 (patch)
tree43c0515e5293bcd0b81d90096d8cf67343c3c757 /PKGBUILD
parent22f92f2ed04397d473da598c017da5f359710303 (diff)
downloadaur-fee40289ade71028d6816b5dc80a3b418b110e04.tar.gz
[ssmtp] Add system build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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')