diff options
author | Erich Eckner <git@eckner.net> | 2019-02-20 13:26:39 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-20 13:26:39 +0100 |
commit | 0a44a847fc4640f69e834d9f307f0f3aa71e77c9 (patch) | |
tree | ad7f8edc2aba074e55dcbbb2dcdf6cfd923c4fb8 /topal | |
parent | 621336f3284c9fd5a9cc77cf2c9d9006cca6e326 (diff) | |
download | archlinuxewe-0a44a847fc4640f69e834d9f307f0f3aa71e77c9.tar.xz |
topal: neue optionale Abhängigkeit
Diffstat (limited to 'topal')
-rw-r--r-- | topal/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/topal/PKGBUILD b/topal/PKGBUILD index 1e271ae3f..2dc257cc8 100644 --- a/topal/PKGBUILD +++ b/topal/PKGBUILD @@ -15,7 +15,8 @@ optdepends=("alpine: for which topal was mainly written for" "gnupg: to encrypt, decrypt, sign and verify e-mail" "metamail: to display and process MIME messages" "mime-support: its run-mailcap tool as alternative to metamail" - "openssh: for remote and server mode of operation") + "openssh: for remote and server mode of operation" + "procmail: to use formail") install="${pkgname}.install" options=("!makeflags") source=("https://zircon.org.uk/topal/rel-${pkgver}/topal-package-${pkgver}.tgz") |