diff options
Diffstat (limited to 'system/ssmtp/APKBUILD')
-rw-r--r-- | system/ssmtp/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ssmtp/APKBUILD b/system/ssmtp/APKBUILD index 53f7211b1..944f6505f 100644 --- a/system/ssmtp/APKBUILD +++ b/system/ssmtp/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=ssmtp pkgver=2.64 -pkgrel=11 +pkgrel=12 pkgdesc="Simple MTA to transmit mail to a mail hub" url="https://packages.debian.org/stable/mail/ssmtp" arch="all" options="!check" license="GPL-2.0+" +provides=/usr/sbin/sendmail depends= makedepends="openssl-dev autoconf" subpackages="$pkgname-doc" |