summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2017-10-19 19:54:53 +1100
committerRhinoceros2017-10-19 19:54:53 +1100
commita288ced7acb4783da195276dc6c9bf2a8dc27a44 (patch)
tree534b707eff21b6ebbb2fdb58a001f5d4302d9fb1 /PKGBUILD
parentdc94fff852724fe8870dddc1e66c6fae25897eed (diff)
downloadaur-a288ced7acb4783da195276dc6c9bf2a8dc27a44.tar.gz
Update to 1.1-2
* Neomutt no longer provides mutt https://bugs.archlinux.org/task/56038 * Remove dependency on mutt and change to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44988ebb6f59..7da3b713b01a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=mutt-vid
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Manage multiple sender accounts in mutt'
url='https://github.com/protist/mutt-vid'
arch=('any')
license=('GPL3')
-depends=('mutt')
+optdepends=('mutt: either mutt or neomutt'
+ 'neomutt: either neomutt or mutt')
source=("https://github.com/protist/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('99aa654f10b9c1d6602bd85a5ee999db245d5e490b0cac6fd415f37c8da05ed1')