summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-07-16 20:31:40 +0200
committerKr1ss2021-07-16 20:31:54 +0200
commit4becdbc0397e4b549cda2455284349159e748600 (patch)
treef72e9c8ac9b5baef8d4cd55501eb0850624d50cb
parentfc78c411afd91cf096884bbd35b2010b0d67f23f (diff)
downloadaur-4becdbc0397e4b549cda2455284349159e748600.tar.gz
update: mailwizard 2.0.5-2
Mention supported protocols in `pkgdesc`
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3999ea67703c..44416c1c4afd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailwizard
- pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords
+ pkgdesc = Configure neomutt, isync, getmail and msmtp with pass for passwords (POP3/SMTP)
pkgver = 2.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rpuntaie/mailwizard
install = wizard.install
changelog = changelog.txt
@@ -33,4 +33,3 @@ pkgbase = mailwizard
sha256sums = 96471dc5a53af342cf14f5ec119df81509617f960c707d732781a24d9e2ed3c6
pkgname = mailwizard
-
diff --git a/PKGBUILD b/PKGBUILD
index 26147e88e36a..fd3a0bf43045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')