summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2017-10-19 19:54:53 +1100
committerRhinoceros2017-10-19 19:54:53 +1100
commita288ced7acb4783da195276dc6c9bf2a8dc27a44 (patch)
tree534b707eff21b6ebbb2fdb58a001f5d4302d9fb1
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
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51d43667192c..5832ae6b2386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Jun 3 12:40:41 UTC 2016
+# Thu Oct 19 08:54:49 UTC 2017
pkgbase = mutt-vid
pkgdesc = Manage multiple sender accounts in mutt
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/protist/mutt-vid
arch = any
license = GPL3
- depends = mutt
+ optdepends = mutt: either mutt or neomutt
+ optdepends = neomutt: either neomutt or mutt
source = https://github.com/protist/mutt-vid/archive/v1.1.tar.gz
sha256sums = 99aa654f10b9c1d6602bd85a5ee999db245d5e490b0cac6fd415f37c8da05ed1
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')