summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Salzberg2016-06-09 09:28:54 +0900
committerChris Salzberg2016-06-09 09:28:54 +0900
commit453816c10d8f5def8d0a3f96634ec9e47942855e (patch)
tree7bdc4c23f3c7a6f0774ff546e5bb8aa482764e35
parent4d2301049b672bcc837a62dffdfe204908219fd5 (diff)
downloadaur-453816c10d8f5def8d0a3f96634ec9e47942855e.tar.gz
Add urlview as optional dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c9d40df09a5..b4412a317036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = neomutt-git
depends = libidn
depends = krb5
depends = notmuch-runtime
+ optdepends = urlview: for url menu
provides = mutt
conflicts = mutt
source = git+https://github.com/neomutt/neomutt.git#branch=neomutt
diff --git a/PKGBUILD b/PKGBUILD
index eb4ac9abf5d6..1c71c7b8bd2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ source=('git+https://github.com/neomutt/neomutt.git#branch=neomutt')
sha256sums=('SKIP')
arch=('i686' 'x86_64')
depends=('openssl' 'gdbm' 'mime-types' 'libsasl' 'gnupg' 'gpgme' 'libidn' 'krb5' 'notmuch-runtime')
+optdepends=('urlview: for url menu')
makedepends=('git' 'gnupg' 'libxslt')
conflicts=('mutt')
provides=('mutt')