summaryrefslogtreecommitdiff
path: root/topal
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-20 13:26:39 +0100
committerErich Eckner <git@eckner.net>2019-02-20 13:26:39 +0100
commit0a44a847fc4640f69e834d9f307f0f3aa71e77c9 (patch)
treead7f8edc2aba074e55dcbbb2dcdf6cfd923c4fb8 /topal
parent621336f3284c9fd5a9cc77cf2c9d9006cca6e326 (diff)
downloadarchlinuxewe.git.save-0a44a847fc4640f69e834d9f307f0f3aa71e77c9.tar.xz
topal: neue optionale Abhängigkeit
Diffstat (limited to 'topal')
-rw-r--r--topal/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/topal/PKGBUILD b/topal/PKGBUILD
index 1e271ae3..2dc257cc 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")