neomutt: update to 20160808.

This commit is contained in:
Toyam Cox 2016-08-09 16:28:53 -04:00
parent ba182677e0
commit dc92f5b522

View file

@ -1,6 +1,6 @@
# Template file for 'neomutt'
pkgname=neomutt
version=20160723
version=20160808
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
@ -11,13 +11,14 @@ hostmakedepends="automake"
makedepends="ncurses-devel gpgme-devel libidn-devel libressl-devel libsasl-devel
gdbm-devel aspell-devel libnotmuch-devel"
depends="mime-types"
conf_files="/etc/$pkgname/Muttrc"
conf_files="/etc/$pkgname/Muttrc
/etc/NeoMuttrc"
short_desc="Mutt with misc fixes and feature patches"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="GPL-2"
homepage="http://www.neomutt.org"
distfiles="https://github.com/neomutt/neomutt/archive/neomutt-${version}.tar.gz"
checksum=d0eefe9e3b0e6b97f5a40bebb798ee5e19ce02e82f19dc6b67692d0ec73b0e0d
checksum=d357c50f019cb7ae56866d6edca37ac2664f681c75e0add41e07f385beee183e
provides="mutt-0_1"
# Begin alternatives:
@ -69,3 +70,6 @@ post_install() {
# dir as sysconfdir. Thus a symlink is created to deal with this.
# /etc/Muttrc is not currently in alternatives to prevent inadvertently
# overwriting configuration.
# In version 20160808 keybase integration was added, and lots of new
# documentation now gets installed. Rumors of an /etc/NeoMuttrc are in the
# release notes but not currently installed for unknown reasons.