summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-06-28 15:00:58 +0200
committerKr1ss2021-06-28 15:00:58 +0200
commit3574f01c8806b255c8f6fda203ee6e7f548bbe55 (patch)
treed0291994925019cc6311d56c165beaf45a98a0cf
parent238fd8114c8d6fe511a4f033334dcf874db568e3 (diff)
downloadaur-3574f01c8806b255c8f6fda203ee6e7f548bbe55.tar.gz
include `mpop` as (optional) dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de7524071a34..b8dfd3ed1301 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mutt-wizard
pkgdesc = Simple interface to auto-configure neomutt and isync with safe passwords
pkgver = 3.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lukesmithxyz/mutt-wizard
install = mutt-wizard.install
arch = any
@@ -22,9 +22,9 @@ pkgbase = mutt-wizard
optdepends = protonmail-bridge: use neomutt with protonmail accounts
optdepends = pam-gnupg: automatically unlock gpg keys at session login
optdepends = cron: set up automatic mail syncing
+ optdepends = mpop: if you want to use POP3 email access
options = zipman
source = mutt-wizard-3.2.1.tgz::https://github.com/lukesmithxyz/mutt-wizard/archive/v3.2.1.tar.gz
b2sums = 60087ca8b6cfe2f69e1f078942ef24be8d387fbadcacfdf0105e6ee6df315a57fb21320635b685dad5e5e15860adb9cef147dc9b029d77bfdfd196f219faca91
pkgname = mutt-wizard
-
diff --git a/PKGBUILD b/PKGBUILD
index b552ac9ae97a..0a2ef3df47b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mutt-wizard
pkgver=3.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Simple interface to auto-configure neomutt and isync with safe passwords'
arch=('any')
@@ -21,7 +21,8 @@ optdepends=('imagemagick: view images inside of the neomutt TUI'
'abook: contact store and tab completion'
'protonmail-bridge: use neomutt with protonmail accounts'
'pam-gnupg: automatically unlock gpg keys at session login'
- 'cron: set up automatic mail syncing')
+ 'cron: set up automatic mail syncing'
+ 'mpop: if you want to use POP3 email access')
options=('zipman')