diff options
author | Kr1ss | 2021-07-16 20:31:40 +0200 |
---|---|---|
committer | Kr1ss | 2021-07-16 20:31:54 +0200 |
commit | 4becdbc0397e4b549cda2455284349159e748600 (patch) | |
tree | f72e9c8ac9b5baef8d4cd55501eb0850624d50cb /PKGBUILD | |
parent | fc78c411afd91cf096884bbd35b2010b0d67f23f (diff) | |
download | aur-4becdbc0397e4b549cda2455284349159e748600.tar.gz |
update: mailwizard 2.0.5-2
Mention supported protocols in `pkgdesc`
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,9 +6,9 @@ pkgname=mailwizard pkgver=2.0.5 -pkgrel=1 +pkgrel=2 -pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords' +pkgdesc='Configure neomutt, isync, getmail and msmtp with pass for passwords (POP3/SMTP)' arch=('x86_64') url="https://github.com/rpuntaie/$pkgname" license=('GPL3') |