[arch-commits] Commit in mutt/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Sun Feb 9 03:57:19 UTC 2020


    Date: Sunday, February 9, 2020 @ 03:57:18
  Author: bisson
Revision: 375014

add optdepends on perl

Modified:
  mutt/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-08 21:24:31 UTC (rev 375013)
+++ PKGBUILD	2020-02-09 03:57:18 UTC (rev 375014)
@@ -9,7 +9,8 @@
 license=('GPL')
 backup=('etc/Muttrc')
 arch=('x86_64')
-optdepends=('smtp-forwarder: to send mail')
+optdepends=('perl: for smime_keys'
+            'smtp-forwarder: to send mail')
 depends=('gpgme' 'ncurses' 'openssl' 'libsasl' 'gdbm' 'libidn2' 'mime-types' 'krb5')
 validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA')
 source=("http://ftp.mutt.org/pub/mutt/${pkgname}-${pkgver}.tar.gz"{,.asc})



More information about the arch-commits mailing list